Skip to content

Commit

Permalink
fix login provider values
Browse files Browse the repository at this point in the history
  • Loading branch information
dauglyon committed Jul 18, 2024
1 parent 7f5b3ae commit e9967cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/login/LogIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const LogIn: FC = () => {
<Stack spacing={2}>
<Button
name="provider"
value="Google"
value="ORCID"
type="submit"
variant="outlined"
color="base"
Expand Down Expand Up @@ -128,7 +128,7 @@ export const LogIn: FC = () => {
</Button>
<Button
name="provider"
value="Google"
value="Globus"
type="submit"
variant="outlined"
color="base"
Expand Down

0 comments on commit e9967cd

Please sign in to comment.