mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02: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()
|
Authorization.getLicense()
|
||||||
.success(function (data) {
|
.success(function (data) {
|
||||||
Authorization.setLicense(data);
|
Authorization.setLicense(data);
|
||||||
|
Wait("stop");
|
||||||
if (lastPath()) {
|
if (lastPath()) {
|
||||||
// Go back to most recent navigation path
|
// Go back to most recent navigation path
|
||||||
$location.path(lastPath());
|
$location.path(lastPath());
|
||||||
|
|||||||
Reference in New Issue
Block a user