Added authentication handling

This commit is contained in:
Mitchell McCaffrey
2020-04-14 16:05:44 +10:00
parent 5dc6a4ed32
commit 2ceec9cfec
9 changed files with 237 additions and 38 deletions

View File

@@ -48,7 +48,11 @@ function JoinModal({ isOpen, onRequestClose }) {
onChange={handleChange}
ref={inputRef}
/>
<Button disabled={!gameId}>Join ()*:</Button>
<Flex>
<Button sx={{ flexGrow: 1 }} disabled={!gameId}>
Join ()*:
</Button>
</Flex>
</Box>
</Flex>
</Modal>