mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01:00
feat: add CUSTOM_FOOTER env variable (#1098)
This commit is contained in:
parent
4ce585f77d
commit
05c4c7e551
4 changed files with 49 additions and 47 deletions
|
|
@ -181,6 +181,7 @@ export type TStartupConfig = {
|
|||
socialLoginEnabled: boolean;
|
||||
emailEnabled: boolean;
|
||||
checkBalance: boolean;
|
||||
customFooter?: string;
|
||||
};
|
||||
|
||||
export type TRefreshTokenResponse = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue