Fix coding style

This commit is contained in:
dklimpel 2020-03-29 21:17:11 +02:00
parent a27163db22
commit 1383aab1e8

View File

@ -21,7 +21,7 @@ const getBaseUrl = (login_base_url, json_base_url, force_server) => {
} else { } else {
return json_base_url; return json_base_url;
} }
} };
const authProvider = { const authProvider = {
// called when the user attempts to log in // called when the user attempts to log in