mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-25 09:21:48 -05:00
Do not try to render home template on login/logout
This commit is contained in:
@@ -387,12 +387,12 @@ angular.module('Tower', [
|
||||
}).
|
||||
|
||||
when('/login', {
|
||||
templateUrl: urlPrefix + 'partials/home.html',
|
||||
templateUrl: urlPrefix + 'partials/blank.html',
|
||||
controller: 'Authenticate'
|
||||
}).
|
||||
|
||||
when('/logout', {
|
||||
templateUrl: urlPrefix + 'partials/home.html',
|
||||
templateUrl: urlPrefix + 'partials/blank.html',
|
||||
controller: 'Authenticate'
|
||||
}).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user