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,
|
||||
}).then((res:any) => {
|
||||
console.log('res', res)
|
||||
if (res.success) {
|
||||
setStatus("success");
|
||||
setStatus("success");
|
||||
setMessage(
|
||||
"Your registration has been verified. Please return to the official website to log in."
|
||||
);
|
||||
}
|
||||
}).catch((err:any) => {
|
||||
console.log('err', err)
|
||||
setStatus("error");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user