add oauth3 instance to Auth
This commit is contained in:
부모
ff8d740da1
커밋
0748880d4a
@ -60,7 +60,10 @@ app.factory('Auth', [
|
||||
}
|
||||
, sessions: []
|
||||
, session: null
|
||||
, oauth3: null
|
||||
};
|
||||
|
||||
Auth.oauth3 = Oauth3.create(window.location);
|
||||
|
||||
return Auth;
|
||||
}]);
|
||||
|
||||
불러오는 중...
x
Reference in New Issue
Block a user