Make update user throbber show if user is not yet loaded
This commit is contained in:
parent
38748576a1
commit
563f6b5187
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="cor-loader-inline" ng-if="user.anonymous || state == 'updating'"></div>
|
||||
<div class="cor-loader-inline" ng-if="!user || user.anonymous || state == 'updating'"></div>
|
||||
|
||||
<!-- Confirm username -->
|
||||
<div class="update-user" ng-show="hasPrompt(user, 'confirm_username') && state != 'updating'">
|
||||
|
|
Reference in a new issue