mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 18:36:53 +08:00
feat: support login by given mail (#4991)
This commit is contained in:
@@ -33,6 +33,8 @@ export const PUBLIC_API_PREFIX: string = publicApiPrefix
|
||||
const EDITION = process.env.NEXT_PUBLIC_EDITION || globalThis.document?.body?.getAttribute('data-public-edition') || 'SELF_HOSTED'
|
||||
export const IS_CE_EDITION = EDITION === 'SELF_HOSTED'
|
||||
|
||||
export const SUPPORT_MAIL_LOGIN = !!(process.env.NEXT_PUBLIC_SUPPORT_MAIL_LOGIN || globalThis.document?.body?.getAttribute('data-public-support-mail-login'))
|
||||
|
||||
export const TONE_LIST = [
|
||||
{
|
||||
id: 1,
|
||||
|
||||
Reference in New Issue
Block a user