We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae01494 + 5f9522f commit 82170f1Copy full SHA for 82170f1
1 file changed
src/App.tsx
@@ -477,6 +477,7 @@ function App() {
477
// Show email verification banner for email/password accounts that haven't verified yet
478
const isEmailProvider = user.providerData?.some(p => p.providerId === 'password');
479
const showVerificationBanner = isEmailProvider && !user.emailVerified;
480
+ const [verificationResent, setVerificationResent] = useState(false);
481
482
const handleResendVerification = async () => {
483
try {
0 commit comments