Skip to content

Commit

Permalink
enable github login
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik authored Nov 4, 2023
1 parent 926c46a commit d743bb2
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 d743bb2

Please sign in to comment.