Added custom info, fixed logout bug

This commit is contained in:
Ken Hoes
2016-12-01 11:56:07 -05:00
parent 805d4d1ed6
commit dc4217944d
4 changed files with 38 additions and 18 deletions

View File

@@ -99,7 +99,6 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope',
scope.customLogo = "tower-logo-login.svg";
scope.customLogoPresent = false;
}
scope.customLoginInfo = $AnsibleConfig.custom_login_info;
scope.customLoginInfoPresent = (scope.customLoginInfo) ? true : false;
});