mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
return fragment
This commit is contained in:
parent
61df6d6a64
commit
85b39a6397
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user