mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
fixed type in auth controller causing notice to not show up
This commit is contained in:
parent
dd0bc0ec17
commit
353a7ec9b4
@ -114,7 +114,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope', '$l
|
||||
scope.customLogo = $AnsibleConfig.custom_logo || "tower_console_logo.png";
|
||||
|
||||
scope.customLoginInfo = $AnsibleConfig.custom_login_info;
|
||||
scope.customLoginInfoPresent = (scope.custom_login_info) ? true : false;
|
||||
scope.customLoginInfoPresent = (scope.customLoginInfo) ? true : false;
|
||||
|
||||
// Reset the login form
|
||||
//scope.loginForm.login_username.$setPristine();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user