added checkers

This commit is contained in:
Ebube
2023-04-27 08:31:25 +01:00
parent 886b73ffa3
commit 1ad3b74610
3 changed files with 20 additions and 21 deletions
@@ -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