Skip to content

Commit

Permalink
added ids for login
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Jun 8, 2024
1 parent f811129 commit 028fc65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/components/layout/LoginButton.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const LoginButton = () => {
<ModalBody>
<div className="flex justify-between items-center">
<Button
id="google-oauth"
className="flex-1 mr-6 border-1 border-primary-300"
radius="sm"
variant="ghost"
Expand All @@ -86,6 +87,7 @@ const LoginButton = () => {
Log in with Google
</Button>
<Button
id="github-oauth"
className="flex-1 ml-6 border-1 border-primary-300"
radius="sm"
variant="ghost"
Expand All @@ -103,6 +105,7 @@ const LoginButton = () => {
<Divider className="flex-1" />
</div>
<Input
id="email"
autoFocus
label="Email"
placeholder="Enter your email to receive a link to log in"
Expand Down Expand Up @@ -143,6 +146,7 @@ const LoginButton = () => {
Close
</Button>
<Button
id="send-magic-link"
size="sm"
radius="sm"
variant="flat"
Expand Down

0 comments on commit 028fc65

Please sign in to comment.