mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
Merge pull request #3091 from beeankha/dupe_logout_msg
Remove error message for regular logout Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
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">
|
<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