-
{title}.{currObjPath.join('.')}
- {
- (data && data.length > 0)
- && data.map((v, i) => (
-
- ))
- }
-
- )
-}
-
type Props = {
hideSearch?: boolean
searchBoxClassName?: string
diff --git a/web/app/signin/components/mail-and-password-auth.tsx b/web/app/signin/components/mail-and-password-auth.tsx
index cccbd3a6ee..aaadc0b197 100644
--- a/web/app/signin/components/mail-and-password-auth.tsx
+++ b/web/app/signin/components/mail-and-password-auth.tsx
@@ -19,8 +19,6 @@ type MailAndPasswordAuthProps = {
allowRegistration: boolean
}
-const passwordRegex = /^(?=.*[a-zA-Z])(?=.*\d).{8,}$/
-
export default function MailAndPasswordAuth({ isInvite, isEmailSetup, allowRegistration }: MailAndPasswordAuthProps) {
const { t } = useTranslation()
const { locale } = useContext(I18NContext)