forked from 77media/video-flow
小修改
This commit is contained in:
parent
0b70d582e7
commit
01c1270e86
@ -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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user