mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-19 23:28:20 +01:00
changed sign-in redirect to dashboard page
This commit is contained in:
parent
29d10baac1
commit
2011453d4b
@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
function signedInSuccess(data, status) {
|
||||
$window.location.href = "/ng/project";
|
||||
$window.location.href = "/ng/dashboard";
|
||||
}
|
||||
|
||||
function signedInFailed(data, status) {
|
||||
|
@ -20,11 +20,7 @@
|
||||
vm.searchProject = searchProject;
|
||||
vm.showAddButton = showAddButton;
|
||||
vm.togglePublicity = togglePublicity;
|
||||
|
||||
$timeout(function() {
|
||||
vm.user = currentUser.get();
|
||||
});
|
||||
|
||||
vm.retrieve();
|
||||
|
||||
function retrieve() {
|
||||
|
Loading…
Reference in New Issue
Block a user