Auto-resend verification email once on first visit to verification screen
cgen-360b3b31caf54cc6aeba7848fd5312b8
This commit is contained in:
parent
a19cabebd1
commit
c90c63a0a9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import {
|
|||
Loader2,
|
||||
} from "lucide-react";
|
||||
import { Link } from "react-router-dom";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useEffect, useState, useRef } from "react";
|
||||
import type { AethexAchievement } from "@/lib/aethex-database-adapter";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
import { supabase } from "@/lib/supabase";
|
||||
|
|
|
|||
Loading…
Reference in a new issue