Skip to content

Commit 664d5f6

Browse files
committed
fix: Update weak password validation message to require 8 characters
1 parent 7e832de commit 664d5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebaseui-core/src/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const defaultTranslations: Record<'en', TranslationStrings> = {
6666
networkRequestFailed: 'Unable to connect to the server. Please check your internet connection',
6767
tooManyRequests: 'Too many failed attempts. Please try again later',
6868
emailAlreadyInUse: 'An account already exists with this email',
69-
weakPassword: 'Password should be at least 6 characters',
69+
weakPassword: 'Password should be at least 8 characters',
7070
operationNotAllowed: 'Email/password accounts are not enabled. Please contact support.',
7171
invalidPhoneNumber: 'The phone number is invalid',
7272
missingPhoneNumber: 'Please provide a phone number',

0 commit comments

Comments
 (0)