mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
fixed custom login info bug
This commit is contained in:
@@ -115,7 +115,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope', '$l
|
|||||||
scope.customLogo = ($AnsibleConfig.custom_logo) ? "custom_console_logo.png" : "tower_console_logo.png";
|
scope.customLogo = ($AnsibleConfig.custom_logo) ? "custom_console_logo.png" : "tower_console_logo.png";
|
||||||
|
|
||||||
scope.customLoginInfo = $AnsibleConfig.custom_login_info;
|
scope.customLoginInfo = $AnsibleConfig.custom_login_info;
|
||||||
scope.customLoginInfoPresent = ($AnsibleConfig.customLoginInfo) ? true : false;
|
scope.customLoginInfoPresent = (scope.customLoginInfo) ? true : false;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Reset the login form
|
// Reset the login form
|
||||||
|
|||||||
Reference in New Issue
Block a user