Skip to content

Commit

Permalink
chore(release): temporary disable google auth visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Aug 11, 2024
1 parent 285f858 commit bc437c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@
<a class="navbar-item" href="/auth/twitch">
<img src="/images/identity_providers/twitch.png" width="20" height="20" /><strong>Log in with Twitch</strong>
</a>
<!--
<a class="navbar-item" href="/auth/google">
<img src="/images/identity_providers/google.png" width="20" height="20" /><strong>Log in with Google</strong>
</a>
-->
</div>
</div>
<% } %>
Expand Down
2 changes: 2 additions & 0 deletions views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
<img src="/images/identity_providers/twitch.png" width="30" height="30" />&nbsp;Log in with Twitch
</a>

<!--
<a class="button" href="/auth/google">
<img src="/images/identity_providers/google.png" width="30" height="30" />&nbsp;Log in with Google
</a>
-->
</p>
</div>
</section>
Expand Down

0 comments on commit bc437c4

Please sign in to comment.