Skip to content

Commit 1b792cb

Browse files
authored
Merge pull request #83 from splitly25/remake-notification
remove login with google button
2 parents d4d6eb3 + 36a83ec commit 1b792cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/pages/Auth/LoginForm.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function LoginForm() {
209209
</Typography>
210210
</Divider>
211211

212-
<Button
212+
{/* <Button
213213
fullWidth
214214
variant="outlined"
215215
startIcon={<GoogleIcon />}
@@ -232,7 +232,7 @@ function LoginForm() {
232232
}}
233233
>
234234
Continue with Google
235-
</Button>
235+
</Button> */}
236236

237237
<Box sx={{ textAlign: 'center', mt: 2 }}>
238238
<Typography variant="body2" color="text.primary">

0 commit comments

Comments
 (0)