Skip to content

Commit

Permalink
fix: issue with generate password (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
intrepidws authored Aug 21, 2022
1 parent 0dc7961 commit 7930c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class="relative flex-1"
password += chars.charAt(Math.floor(Math.random() * chars.length));
}
$refs.{{ $getXRef() }}.value = password;
$wire.set('{{ $getStatePath() }}', password);
}
}"
>
Expand Down

0 comments on commit 7930c92

Please sign in to comment.