i figured this out by using `<ThirdPartyAuth requi...
# general
a
i figured this out by using
<ThirdPartyAuth requireAuth={false}>
wrapping my component and using
useSessionContext
in the component itself to see if there is a session
2 Views