fix: Login workflow depending on smtp is configured (#3307)
This commit is contained in:
parent
7272c54439
commit
46e79dde27
7 changed files with 121 additions and 98 deletions
4
packages/types/src/app.d.ts
vendored
4
packages/types/src/app.d.ts
vendored
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
export interface IAppConfig {
|
||||
email_password_login: boolean;
|
||||
file_size_limit: number;
|
||||
|
|
@ -12,5 +10,5 @@ export interface IAppConfig {
|
|||
posthog_host: string | null;
|
||||
has_openai_configured: boolean;
|
||||
has_unsplash_configured: boolean;
|
||||
is_self_managed: boolean;
|
||||
is_smtp_configured: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue