add terms and privacy policy agreement message to SignupView

This commit is contained in:
Mo Tarbin
2025-09-14 21:56:53 -04:00
parent 406da9732c
commit bd14a35e23

View File

@@ -246,12 +246,15 @@ const SignupView = () => {
<FormControl error={displayNameError}> <FormControl error={displayNameError}>
<FormHelperText>{displayNameError}</FormHelperText> <FormHelperText>{displayNameError}</FormHelperText>
</FormControl> </FormControl>
<Typography level='body2' sx={{ mt: 2, mb: 1, textAlign: 'center', color: 'text.secondary' }}>
By signing up, you agree to our Terms of Service and Privacy Policy
</Typography>
<Button <Button
// type='submit' // type='submit'
size='lg' size='lg'
fullWidth fullWidth
variant='solid' variant='solid'
sx={{ mt: 3, mb: 1 }} sx={{ mt: 1, mb: 1 }}
onClick={handleSubmit} onClick={handleSubmit}
> >
Sign Up Sign Up