mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
mfw
This commit is contained in:
parent
e4ca9590bd
commit
e171cbdcbf
1 changed files with 2 additions and 1 deletions
|
@ -19,9 +19,10 @@ onMounted(async () => {
|
||||||
type: "info",
|
type: "info",
|
||||||
text: i18n.t("clickToFinishEmailVerification", { ok: i18n.ts.gotIt }),
|
text: i18n.t("clickToFinishEmailVerification", { ok: i18n.ts.gotIt }),
|
||||||
});
|
});
|
||||||
await os.apiWithDialog("verify-email", {
|
await os.api("verify-email", {
|
||||||
code: props.code,
|
code: props.code,
|
||||||
});
|
});
|
||||||
|
window.location.href = "/";
|
||||||
});
|
});
|
||||||
|
|
||||||
const headerActions = $computed(() => []);
|
const headerActions = $computed(() => []);
|
||||||
|
|
Loading…
Reference in a new issue