mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03: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:
commit
efb7a729c7
@ -23,7 +23,7 @@
|
||||
Your session timed out due to inactivity. Please sign in.
|
||||
</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>
|
||||
<div class="LoginModal-alertText" translate>
|
||||
You have been logged out. Please sign in.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user