Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianM committed Oct 27, 2024
1 parent 4fd9604 commit 33c4ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/frontend/app/routes/auth._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const loader = async ({ request }: LoaderFunctionArgs) => {
export const action = () => {
return redirectDocument(
`${variables.kratosBrowserPublicUrl}/self-service/login/browser`
);
};
)
}

export default function Auth() {
return (
Expand All @@ -39,7 +39,7 @@ export default function Auth() {
</a>
</p>
<div>
<Form method="post">
<Form method='post'>
<Button aria-label='logout' type='submit' className='mr-2'>
Login
</Button>
Expand Down

0 comments on commit 33c4ea2

Please sign in to comment.