Skip to content

Commit

Permalink
fix playground
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Oct 7, 2024
1 parent 422d94c commit f3ebc4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function handleSubmit() {
if (data.value) {
await fetchSession();
// triggernavifation
await navigateTo("/?auth=success");
await navigateTo("/profile?auth=success");
}
else {
alert(action + " failed");
Expand Down
2 changes: 1 addition & 1 deletion playground/pages/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<UButton
v-if="
validateEmailVerificationRequest.status.value !== 'success'
askEmailVerificationRequest.status.value === 'success'
"
class="mt-2 w-full"
color="black"
Expand Down

0 comments on commit f3ebc4c

Please sign in to comment.