feat: add google oauth

This commit is contained in:
Sam 2023-04-18 22:52:58 +02:00
parent e6c7954a88
commit 488544dd5f
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
17 changed files with 685 additions and 21 deletions

View file

@ -16,6 +16,7 @@ export interface MetaResponse {
export interface UrlsResponse {
discord: string;
tumblr: string;
google: string;
}
export interface ExportResponse {