run eslint to fix most var instances
This commit is contained in:
@@ -16,7 +16,7 @@ import 'emby-checkbox';
|
||||
function authenticateUserByName(page, apiClient, username, password) {
|
||||
loading.show();
|
||||
apiClient.authenticateUserByName(username, password).then(function (result) {
|
||||
var user = result.User;
|
||||
const user = result.User;
|
||||
loading.hide();
|
||||
|
||||
onLoginSuccessful(user.Id, result.AccessToken, apiClient);
|
||||
|
||||
Reference in New Issue
Block a user