refactor: show the dashboard when just logged in
This commit is contained in:
parent
45632397f0
commit
5fb9ef8802
|
@ -24,7 +24,7 @@ export default function () {
|
||||||
</LumeIdentityTrigger>
|
</LumeIdentityTrigger>
|
||||||
</LumeIdentity>
|
</LumeIdentity>
|
||||||
)}
|
)}
|
||||||
{isLoggedIn && ready && <LumeDashboard />}
|
{isLoggedIn && <LumeDashboard />}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue