add oauth3 instance to Auth
This commit is contained in:
bovenliggende
ff8d740da1
commit
0748880d4a
@ -60,7 +60,10 @@ app.factory('Auth', [
|
||||
}
|
||||
, sessions: []
|
||||
, session: null
|
||||
, oauth3: null
|
||||
};
|
||||
|
||||
Auth.oauth3 = Oauth3.create(window.location);
|
||||
|
||||
return Auth;
|
||||
}]);
|
||||
|
||||
Laden…
x
Verwijs in nieuw issue
Block a user