Skip to content

Commit

Permalink
+chore: console log authCompletedHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
nicitaacom committed Nov 25, 2023
1 parent 53a4ece commit 87ee437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(auth)/AuthModal/AuthModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export function AuthModal({ label }: AdminModalProps) {
// Show 'Auth completed' message if user verified email
useEffect(() => {
function authCompletedHandler() {
console.log(84, "authCompletedHandler")
setIsAuthCompleted(true)
setTimeout(() => {
// this timeout required to set avatarUrl
Expand Down

0 comments on commit 87ee437

Please sign in to comment.