feat: only show auth providers if they're enabled

This commit is contained in:
Sam 2023-04-18 23:31:57 +02:00
parent 17f2552c6a
commit f5d7bc4095
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
4 changed files with 98 additions and 83 deletions

View file

@ -14,9 +14,9 @@ export interface MetaResponse {
}
export interface UrlsResponse {
discord: string;
tumblr: string;
google: string;
discord?: string;
tumblr?: string;
google?: string;
}
export interface ExportResponse {