We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80febe3 commit 29759c4Copy full SHA for 29759c4
packages/localizations/src/en-US.ts
@@ -694,9 +694,6 @@ export const enUS: LocalizationResource = {
694
passwordPwned: {
695
title: 'Password compromised',
696
},
697
- passwordUntrusted: {
698
- title: 'Password untrusted',
699
- },
700
phoneCode: {
701
formTitle: 'Verification code',
702
resendButton: "Didn't receive a code? Resend",
packages/shared/src/types/localization.ts
@@ -400,9 +400,6 @@ export type __internal_LocalizationResource = {
400
401
title: LocalizationValue;
402
};
403
404
- title: LocalizationValue;
405
- };
406
passkey: {
407
408
subtitle: LocalizationValue;
0 commit comments