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;
|
||||
|
|
|
@ -16,6 +16,7 @@ export interface MetaResponse {
|
|||
export interface UrlsResponse {
|
||||
discord: string;
|
||||
tumblr: string;
|
||||
google: string;
|
||||
}
|
||||
|
||||
export interface ExportResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue