mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-05 17:02:33 -05:00
return fragment
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user