mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
feat: add support for multiple access token provider
This commit is contained in:
@@ -19,7 +19,7 @@ export default class User {
|
||||
}
|
||||
|
||||
get accessToken(): string {
|
||||
return this._model.accessToken;
|
||||
return this._model.accessTokens.github;
|
||||
}
|
||||
|
||||
get photo(): string {
|
||||
|
||||
Reference in New Issue
Block a user