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