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