Fix guest access
This commit is contained in:
parent
9ecfaa4ddb
commit
ea2cf98160
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export default function App() {
|
|||
{authenticated ? (
|
||||
<Room client={client} />
|
||||
) : (
|
||||
<GuestAuthPage onRegisterGuest={registerGuest} />
|
||||
<GuestAuthPage onLoginAsGuest={registerGuest} />
|
||||
)}
|
||||
</SentryRoute>
|
||||
</Switch>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue