Skip to content

Commit

Permalink
Update PasswordGenerator.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-code-d committed Oct 2, 2023
1 parent 04676be commit 90bf8e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PasswordGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
{{ generatedPassword }}
</div>
<div v-if="generatedPassword" class="password-strength">
<p class="has-text-centered">LIVELLO SICUREZZA:</p>
<p class="has-text-centered"><strong>LIVELLO SICUREZZA:</strong></p>
<progress class="progress" :class="passwordStrengthColor" :value="passwordStrengthPercentage" max="100"></progress>
<p class="has-text-centered">{{ passwordStrengthCategory }}</p>
<p class="has-text-centered is-size-5"><strong>{{ passwordStrengthCategory }}</strong></p>
</div>
<button class="button is-primary is-fullwidth mt-4" @click="generatePassword">
<span class="icon">
<i class="fas fa-redo"></i>
</span>
<span>Rigenera</span>
<span><strong>RIGENERA</strong></span>
</button>
</div>
</div>
Expand Down

0 comments on commit 90bf8e6

Please sign in to comment.