mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(auth): fix typo - missing function
This commit is contained in:
parent
80d570861d
commit
3f44925d7e
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue