mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
fixed indefinite login on setup menu route
This commit is contained in:
@@ -175,6 +175,7 @@ export function Authenticate($log, $cookieStore, $compile, $window, $rootScope,
|
||||
Authorization.getLicense()
|
||||
.success(function (data) {
|
||||
Authorization.setLicense(data);
|
||||
Wait("stop");
|
||||
if (lastPath()) {
|
||||
// Go back to most recent navigation path
|
||||
$location.path(lastPath());
|
||||
|
||||
Reference in New Issue
Block a user