feat(frontend): hide everything email related if it's disabled on the backend
This commit is contained in:
parent
40da4865bc
commit
567e794154
5 changed files with 48 additions and 38 deletions
|
@ -16,6 +16,7 @@ export type CallbackResponse = {
|
|||
};
|
||||
|
||||
export type AuthUrls = {
|
||||
email_enabled: boolean;
|
||||
discord?: string;
|
||||
google?: string;
|
||||
tumblr?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue