Add guest access for rooms

This commit is contained in:
Robert Long 2021-09-03 15:45:07 -07:00
commit 46f8eb84fc
11 changed files with 338 additions and 60 deletions

View file

@ -60,8 +60,8 @@ export function LoginPage({ onLogin, error }) {
ref={loginUsernameRef}
placeholder="Username"
label="Username"
autocorrect="off"
autocapitalize="none"
autoCorrect="off"
autoCapitalize="none"
/>
</FieldRow>
<FieldRow>