added checkers
This commit is contained in:
@@ -29,6 +29,7 @@ export default function VerifyLink() {
|
||||
setPageLoader(false)
|
||||
setLinkError(true)
|
||||
}
|
||||
console.log(data)
|
||||
}
|
||||
} catch (error) {
|
||||
setPageLoader(false)
|
||||
@@ -41,6 +42,8 @@ export default function VerifyLink() {
|
||||
verifyEmail(token)
|
||||
})
|
||||
|
||||
console.log(token)
|
||||
|
||||
return (
|
||||
<>
|
||||
<AuthLayout
|
||||
|
||||
Reference in New Issue
Block a user