feat: add CUSTOM_FOOTER env variable (#1098)

This commit is contained in:
Danny Avila 2023-10-23 21:08:18 -04:00 committed by GitHub
parent 4ce585f77d
commit 05c4c7e551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 47 deletions

View file

@ -181,6 +181,7 @@ export type TStartupConfig = {
socialLoginEnabled: boolean;
emailEnabled: boolean;
checkBalance: boolean;
customFooter?: string;
};
export type TRefreshTokenResponse = {