Skip to content

Commit

Permalink
remove length rule from Recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Jan 29, 2025
1 parent 7192930 commit 347f362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/password/Recovery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
(v) =>
/^$|^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(v) ||
$t('password.recovery.invalidEmail'),
(v) => v?.length <= 65 || $t('password.recovery.emailTooLong'),
(v) => !isAlias(v, primary.value) || $t('password.recovery.isPrimaryEmail'),
]"
validate-on-input
Expand Down

0 comments on commit 347f362

Please sign in to comment.