小修改

This commit is contained in:
海龙 2025-08-31 02:41:41 +08:00
parent 0b70d582e7
commit 01c1270e86

View File

@ -36,12 +36,10 @@ function ConfirmEmail({ t }: { t: string }) {
t: t, t: t,
}).then((res:any) => { }).then((res:any) => {
console.log('res', res) console.log('res', res)
if (res.success) {
setStatus("success"); setStatus("success");
setMessage( setMessage(
"Your registration has been verified. Please return to the official website to log in." "Your registration has been verified. Please return to the official website to log in."
); );
}
}).catch((err:any) => { }).catch((err:any) => {
console.log('err', err) console.log('err', err)
setStatus("error"); setStatus("error");