mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
mfw
This commit is contained in:
parent
e4ca9590bd
commit
e171cbdcbf
@ -19,9 +19,10 @@ onMounted(async () => {
|
||||
type: "info",
|
||||
text: i18n.t("clickToFinishEmailVerification", { ok: i18n.ts.gotIt }),
|
||||
});
|
||||
await os.apiWithDialog("verify-email", {
|
||||
await os.api("verify-email", {
|
||||
code: props.code,
|
||||
});
|
||||
window.location.href = "/";
|
||||
});
|
||||
|
||||
const headerActions = $computed(() => []);
|
||||
|
Loading…
Reference in New Issue
Block a user