File tree Expand file tree Collapse file tree
awx/ui/client/src/login/loginModal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 ng-src ="{{ customLogo }} " >
1515 </ div >
1616 < div class ="LoginModal-body ">
17- < div class ="LoginModal-alert " ng-show ="!sessionExpired && !sessionLimitExpired && !attemptFailed && !thirdPartyAttemptFailed && !userLoggedOut " translate >
17+ < div class ="LoginModal-alert " ng-show ="!sessionExpired && !sessionLimitExpired && !attemptFailed && !thirdPartyAttemptFailed " translate >
1818 Welcome to Ansible {{BRAND_NAME}}! Please sign in.
1919 </ div >
2020 < div class ="LoginModal-alert LoginModal-alert--error " ng-show ="sessionExpired ">
2323 Your session timed out due to inactivity. Please sign in.
2424 </ div >
2525 </ div >
26- < div class ="LoginModal-alert LoginModal-alert--error " ng-show ="userLoggedOut ">
27- < i class ="LoginModal-alertIcon fa fa-exclamation-triangle "> </ i >
28- < div class ="LoginModal-alertText " translate >
29- You have been logged out. Please sign in.
30- </ div >
31- </ div >
3226 < div class ="LoginModal-alert LoginModal-alert--error " ng-show ="sessionLimitExpired ">
3327 < i class ="LoginModal-alertIcon fa fa-exclamation-triangle "> </ i >
3428 < div class ="LoginModal-alertText " translate >
You can’t perform that action at this time.
0 commit comments