Skip to content

Commit

Permalink
rm duplicate header
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Feb 1, 2024
1 parent 049165c commit a18ecf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const Login = ({ authenticated, handleLogin }: Props) => {
{authenticated === null && <div>Loading...</div>}
{authenticated === false && (
<div>
<h1>Welcome!</h1>
<button
onClick={() => {
// Perform the authorization request, including the code challenge
Expand Down

0 comments on commit a18ecf5

Please sign in to comment.