Fix guest access
This commit is contained in:
@@ -69,7 +69,7 @@ export default function App() {
|
|||||||
{authenticated ? (
|
{authenticated ? (
|
||||||
<Room client={client} />
|
<Room client={client} />
|
||||||
) : (
|
) : (
|
||||||
<GuestAuthPage onRegisterGuest={registerGuest} />
|
<GuestAuthPage onLoginAsGuest={registerGuest} />
|
||||||
)}
|
)}
|
||||||
</SentryRoute>
|
</SentryRoute>
|
||||||
</Switch>
|
</Switch>
|
||||||
|
|||||||
Reference in New Issue
Block a user