Auth async
This commit is contained in:
@@ -303,7 +303,7 @@ angular.module('app')
|
||||
})
|
||||
}
|
||||
} else {
|
||||
authManager.login(server, email, pw, false, false, {}, function(response){
|
||||
authManager.login(server, email, pw, false, false, {}).then((response) => {
|
||||
window.location.reload();
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user