Skip to content

Commit

Permalink
fix: Removed max length from password [#1235]
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek9503 committed Jul 11, 2024
1 parent 498c4d9 commit 2dc67de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Auth/register-page/RegisterPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@
autocorrect="off"
autocapitalize="none"
autocomplete="off"
maxlength="30"
bind:value={userData.password}
on:blur={async () => {
isPasswordTouched = true;
Expand Down

0 comments on commit 2dc67de

Please sign in to comment.