Check for security update on sign in
This commit is contained in:
@@ -152,6 +152,8 @@ angular.module('app.frontend')
|
||||
this.handleAuthResponse(response, email, url, authParams, keys);
|
||||
storageManager.setModelStorageMode(ephemeral ? StorageManager.Ephemeral : StorageManager.Fixed);
|
||||
|
||||
this.checkForSecurityUpdate();
|
||||
|
||||
callback(response);
|
||||
}.bind(this), function(response){
|
||||
console.error("Error logging in", response);
|
||||
@@ -267,8 +269,6 @@ angular.module('app.frontend')
|
||||
}
|
||||
}
|
||||
|
||||
this.checkForSecurityUpdate();
|
||||
|
||||
this.staticifyObject = function(object) {
|
||||
return JSON.parse(JSON.stringify(object));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user