fix(auth): fix typo - missing function

pull/2749/head
Chaim Lev Ari 2019-01-16 17:37:50 +02:00
parent 80d570861d
commit 3f44925d7e
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function (urlHelper, $q, $scope, $state, $stateParams, $sanitize, Authentication
}
function oAuthLogin(code) {
return Authentication.oAuthLogin(code)
return Authentication.OAuthLogin(code)
.then(function success() {
urlHelper.cleanParameters();
$state.go('portainer.home');