Skip to content

Commit

Permalink
Fix outdated remark
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker committed Dec 28, 2020
1 parent 3a0a0b2 commit 84329d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/inertia/resources/js/Jetstream/ConfirmsPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
this.form.password = '';
this.form.error = '';
},
startConfirmingPassword() {
axios.get(route('password.confirmation')).then(response => {
if (response.data.confirmed) {
Expand Down

0 comments on commit 84329d2

Please sign in to comment.