mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-12 18:39:19 +00:00
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