mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Fix guest access
This commit is contained in:
parent
9ecfaa4ddb
commit
ea2cf98160
@ -69,7 +69,7 @@ export default function App() {
|
||||
{authenticated ? (
|
||||
<Room client={client} />
|
||||
) : (
|
||||
<GuestAuthPage onRegisterGuest={registerGuest} />
|
||||
<GuestAuthPage onLoginAsGuest={registerGuest} />
|
||||
)}
|
||||
</SentryRoute>
|
||||
</Switch>
|
||||
|
Loading…
Reference in New Issue
Block a user