mirror of https://github.com/portainer/portainer
fix(auth): fix typo - missing function
parent
80d570861d
commit
3f44925d7e
|
@ -111,7 +111,7 @@ function (urlHelper, $q, $scope, $state, $stateParams, $sanitize, Authentication
|
||||||
}
|
}
|
||||||
|
|
||||||
function oAuthLogin(code) {
|
function oAuthLogin(code) {
|
||||||
return Authentication.oAuthLogin(code)
|
return Authentication.OAuthLogin(code)
|
||||||
.then(function success() {
|
.then(function success() {
|
||||||
urlHelper.cleanParameters();
|
urlHelper.cleanParameters();
|
||||||
$state.go('portainer.home');
|
$state.go('portainer.home');
|
||||||
|
|
Loading…
Reference in New Issue