Added a check up email v
This commit is contained in:
@@ -19,7 +19,6 @@ export default function VerifyLink() {
|
||||
|
||||
try {
|
||||
const verifyRes = await userApi.verifyEmail(code)
|
||||
console.log(verifyRes)
|
||||
if (verifyRes.status === 200) {
|
||||
let { data } = verifyRes
|
||||
|
||||
@@ -32,7 +31,6 @@ export default function VerifyLink() {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
setPageLoader(false)
|
||||
setLinkError(true)
|
||||
throw new Error(error)
|
||||
@@ -43,8 +41,6 @@ export default function VerifyLink() {
|
||||
verifyEmail(token)
|
||||
})
|
||||
|
||||
console.log(token)
|
||||
|
||||
return (
|
||||
<>
|
||||
<AuthLayout
|
||||
|
||||
Reference in New Issue
Block a user