return fragment

This commit is contained in:
Shreyaschorge 2025-07-19 03:48:49 +05:30
parent 61df6d6a64
commit 85b39a6397
No known key found for this signature in database

View File

@ -82,7 +82,7 @@ function AuthProviders({
}, [shouldUseSession]); }, [shouldUseSession]);
if (!authComponents.loaded) { if (!authComponents.loaded) {
return <div>Loading...</div>; return <></>;
} }
if (!shouldUseSession || !authComponents.SessionProvider) { if (!shouldUseSession || !authComponents.SessionProvider) {