Skip to content

Commit ea4c653

Browse files
authored
Update the Route this sends to (#5)
1 parent a5a10a5 commit ea4c653

File tree

1 file changed

+2
-2
lines changed
  • src/moonlight-stubs/resources/js/pages/auth

1 file changed

+2
-2
lines changed

src/moonlight-stubs/resources/js/pages/auth/verify.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
this.$page.errors = {}
5252
5353
this.$inertia.post(
54-
this.$route('login'), { ...this.form }
54+
this.$route('verification.resend'), { ...this.form }
5555
)
5656
5757
this.form.password = ''
5858
}
5959
}
6060
}
61-
</script>
61+
</script>

0 commit comments

Comments
 (0)