Skip to content

Commit

Permalink
fix(components): sign up password max length notify
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Apr 6, 2024
1 parent edef9b2 commit 8844f9e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ export const PasswordInput: FC<
className={styles.input}
type="password"
size="extraLarge"
minLength={passwordLimits.minLength}
maxLength={passwordLimits.maxLength}
style={{ marginBottom: 20 }}
placeholder={t['com.affine.auth.set.password.placeholder']({
min: String(passwordLimits.minLength),
Expand Down Expand Up @@ -180,8 +178,6 @@ export const PasswordInput: FC<
className={styles.input}
type="password"
size="extraLarge"
minLength={passwordLimits.minLength}
maxLength={passwordLimits.maxLength}
placeholder={t['com.affine.auth.set.password.placeholder.confirm']()}
onChange={onConfirmPasswordChange}
endFix={
Expand Down

0 comments on commit 8844f9e

Please sign in to comment.