Skip to content

Commit

Permalink
Merge pull request #381 from igrigorik/github
Browse files Browse the repository at this point in the history
enable github login
  • Loading branch information
igrigorik authored Nov 4, 2023
2 parents 926c46a + d743bb2 commit b6717b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/main/oauth.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container">
<div class="auth-buttons">
<%= button_to "Login via Twitter", "/auth/twitter2", method: :post, data: { turbo: false }, :class => "auth-button twitter" %>
<% button_to "Login via GitHub", "/auth/github", method: :post, data: { turbo: false }, class: "auth-button github" %>
<%= button_to "Login via GitHub", "/auth/github", method: :post, data: { turbo: false }, class: "auth-button github" %>
</div>
</div>

0 comments on commit b6717b7

Please sign in to comment.