mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
remove animate-hide deprecated class from partial.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user