mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
remove animate-hide deprecated class from partial.
This commit is contained in:
parent
99d8648b3f
commit
ce027a8e9d
@ -36,7 +36,7 @@
|
||||
ng-model="login_username"
|
||||
id="login-username"
|
||||
autocomplete="off" required>
|
||||
<div class="error animate-hide"
|
||||
<div class="error"
|
||||
ng-show="loginForm.login_username.$dirty &&
|
||||
loginForm.login_username.$error.required">
|
||||
Please enter a username.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user