add oauth3 instance to Auth

This commit is contained in:
aj 2017-08-15 16:53:10 +00:00
förälder ff8d740da1
incheckning 0748880d4a

Visa fil

@ -60,7 +60,10 @@ app.factory('Auth', [
} }
, sessions: [] , sessions: []
, session: null , session: null
, oauth3: null
}; };
Auth.oauth3 = Oauth3.create(window.location);
return Auth; return Auth;
}]); }]);