add oauth3 instance to Auth
This commit is contained in:
parent
ff8d740da1
commit
0748880d4a
|
@ -60,7 +60,10 @@ app.factory('Auth', [
|
|||
}
|
||||
, sessions: []
|
||||
, session: null
|
||||
, oauth3: null
|
||||
};
|
||||
|
||||
Auth.oauth3 = Oauth3.create(window.location);
|
||||
|
||||
return Auth;
|
||||
}]);
|
||||
|
|
Loading…
Reference in New Issue