Disabled signup; Map test

This commit is contained in:
cracklesparkle
2024-09-26 12:02:01 +09:00
parent 33f41aaab0
commit 108dc5082c
20 changed files with 833 additions and 445 deletions

View File

@ -87,13 +87,11 @@ const SignIn = () => {
{isSubmitting ? <CircularProgress size={16} /> : 'Вход'}
</Button>
<Button fullWidth href="/auth/signup" type="button" variant="text" color="primary">
{/* <Button fullWidth href="/auth/signup" type="button" variant="text" color="primary">
Регистрация
</Button>
</Button> */}
</Box>
</Stack>
</form>
</Box>
</Container>