mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-06 17:36:50 +08:00
Feat/i18n restructure (#2529)
This commit is contained in:
@@ -17,8 +17,6 @@ const validPassword = /^(?=.*[a-zA-Z])(?=.*\d).{8,}$/
|
||||
|
||||
const InstallForm = () => {
|
||||
const { t } = useTranslation()
|
||||
// const { locale } = useContext(I18n)
|
||||
// const language = getModelRuntimeSupported(locale)
|
||||
const router = useRouter()
|
||||
|
||||
const [email, setEmail] = React.useState('')
|
||||
|
||||
Reference in New Issue
Block a user