Skip to content

Commit

Permalink
comment github logic as it's not reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
willianba committed Jun 23, 2024
1 parent 4035be7 commit a9e4ee4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion routes/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default defineRoute<State>((_req, _ctx) => {
<div className="hero-content flex-col lg:flex-row-reverse">
<div className="card shrink-0 w-full max-w-sm shadow-2xl bg-base-100">
<div class="flex flex-col gap-4 m-4">
<a
{
/*<a
class="auth-button github"
href="/api/auth/login/github?success_url=/app"
>
Expand All @@ -21,6 +22,8 @@ export default defineRoute<State>((_req, _ctx) => {
</svg>
Continue with GitHub
</a>
*/
}
<a
class="auth-button google"
href="/api/auth/login/google?success_url=/app"
Expand Down

0 comments on commit a9e4ee4

Please sign in to comment.