add oauth3 instance to Auth

This commit is contained in:
aj 2017-08-15 16:53:10 +00:00
parent ff8d740da1
commit 0748880d4a
1 changed files with 3 additions and 0 deletions

View File

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