Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatheson committed Sep 17, 2024
1 parent a559edb commit 5111a0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Button, Flex, Heading, Text } from "@radix-ui/themes";
import { useAuth } from "@workos-inc/authkit-react";
import React from "react";
import { Link } from "react-router-dom";
import { SignInButton } from "../components/sign-in-button";

Expand Down
1 change: 1 addition & 0 deletions src/routes/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export default function Login() {
const [params] = useSearchParams();
const context = params.get("context") ?? undefined;
signIn({ context });
return null;
}

0 comments on commit 5111a0b

Please sign in to comment.