Skip to content

Commit

Permalink
Password strength component
Browse files Browse the repository at this point in the history
  • Loading branch information
Csaern committed Nov 30, 2024
1 parent 5899274 commit 0b0eb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Login/RegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async function submit() {
></div>
</div>

<!--password strength -->
<!--password strength component -->
<div :class="['password-strength', passwordStrength]" class="mt-2">
<span v-if="passwordStrength === 'empty'"></span>
<span v-else-if="passwordStrength === 'weak'">Weak Password</span>
Expand Down

0 comments on commit 0b0eb9d

Please sign in to comment.