feat: only show auth providers if they're enabled
This commit is contained in:
parent
17f2552c6a
commit
f5d7bc4095
4 changed files with 98 additions and 83 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue