Make update user throbber show if user is not yet loaded

This commit is contained in:
Joseph Schorr 2017-10-09 14:03:11 -04:00
parent 38748576a1
commit 563f6b5187

View file

@ -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'">