mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Ensure all other error messages don't double up with the logout message
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
Your session timed out due to inactivity. Please sign in.
|
Your session timed out due to inactivity. Please sign in.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="LoginModal-alert LoginModal-alert--error" ng-show="userLoggedOut && !sessionExpired">
|
<div class="LoginModal-alert LoginModal-alert--error" ng-show="userLoggedOut && !sessionExpired && !attemptFailed && !thirdPartyAttemptFailed && !sessionLimitExpired" translate>
|
||||||
<i class="LoginModal-alertIcon fa fa-exclamation-triangle"></i>
|
<i class="LoginModal-alertIcon fa fa-exclamation-triangle"></i>
|
||||||
<div class="LoginModal-alertText" translate>
|
<div class="LoginModal-alertText" translate>
|
||||||
You have been logged out. Please sign in.
|
You have been logged out. Please sign in.
|
||||||
|
|||||||
Reference in New Issue
Block a user