feat: add google oauth
This commit is contained in:
parent
e6c7954a88
commit
488544dd5f
17 changed files with 685 additions and 21 deletions
|
|
@ -24,6 +24,8 @@ export interface MeUser extends User {
|
|||
discord_username: string | null;
|
||||
tumblr: string | null;
|
||||
tumblr_username: string | null;
|
||||
google: string | null;
|
||||
google_username: string | null;
|
||||
fediverse: string | null;
|
||||
fediverse_username: string | null;
|
||||
fediverse_instance: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue