diff --git a/pages/flow/accounts/account-delete.vue b/pages/flow/accounts/account-delete.vue new file mode 100755 index 0000000..20757ce --- /dev/null +++ b/pages/flow/accounts/account-delete.vue @@ -0,0 +1,114 @@ + + + + + diff --git a/pages/flow/accounts/password-reset.vue b/pages/flow/accounts/password-reset.vue index ea52485..dedf2c6 100755 --- a/pages/flow/accounts/password-reset.vue +++ b/pages/flow/accounts/password-reset.vue @@ -97,7 +97,7 @@ async function confirm() { } else { loading.value = true panel.value = "callback" - await router.push({ name: "auth.sign-in" }) + await router.push("/auth/sign-in") } loading.value = false }