Skip to content

Commit

Permalink
Fix password reset page icons
Browse files Browse the repository at this point in the history
Bug: T355665
  • Loading branch information
addshore committed Feb 5, 2024
1 parent ffcf7ca commit 98c4c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Cards/ResetPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<v-card-text>
<v-text-field
id="inputPassword"
prepend-icon="lock"
prepend-icon="mdi-lock"
name="password"
label="Password"
type="password"
Expand All @@ -18,7 +18,7 @@
/>
<v-text-field
id="inputPasswordConfirmation"
prepend-icon="lock"
prepend-icon="mdi-lock"
name="passwordConfirmation"
label="Confirm Password"
type="password"
Expand Down

0 comments on commit 98c4c46

Please sign in to comment.