Skip to content

Commit

Permalink
Merge pull request #102 from sparrowapp-dev/astitva/login-revamp
Browse files Browse the repository at this point in the history
fix: changed placeholder name []
  • Loading branch information
itsmdasifraza authored Dec 19, 2024
2 parents 2de7b58 + b5828ba commit 7bcbc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Auth/reset-password/ResetPassword.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
autocomplete="off"
name="password"
id="newpassword"
placeholder="eg: dhanesh@64"
placeholder="eg: password@123"
bind:value={resetPasswordCredential.newPassword}
on:blur={() => {
isPasswordTouched = true;
Expand Down

0 comments on commit 7bcbc0a

Please sign in to comment.