Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 15, 2024
1 parent b67ccd9 commit 5470656
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/oauth2-login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ const OAuth2Login = () => {
<h1>OAuth2 Login</h1>
{error && <p style={{ color: "red" }}>{error}</p>}
<p>To continue, please log in.</p>
<button disabled={!isLoginReady}>
Loading...
</button>
<button disabled={!isLoginReady}>Loading...</button>
<br />
</MarginCard>
</div>
Expand Down

0 comments on commit 5470656

Please sign in to comment.