Fix loading screen in login and register
This commit is contained in:
@@ -213,6 +213,7 @@ define([
|
||||
loadingText: Messages.login_hashing,
|
||||
hideTips: true,
|
||||
});
|
||||
|
||||
// We need a setTimeout(cb, 0) otherwise the loading screen is only displayed
|
||||
// after hashing the password
|
||||
window.setTimeout(function () {
|
||||
|
||||
Reference in New Issue
Block a user