Skip to content

Commit c56e23f

Browse files
safakferhatkayaenderahmetyurt
authored andcommitted
github omniauth link method changed to post
1 parent 3d468b7 commit c56e23f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/users/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88
<div class="lg-12-3">
99
<% unless current_user %>
10-
<%= link_to user_github_omniauth_authorize_path, class: "btn btn-github" do %>
10+
<%= link_to user_github_omniauth_authorize_path, method: :post, class: "btn btn-github" do %>
1111
<i class="fab fa-github"></i> Github ile Giriş Yap
1212
<% end %>
1313
<% end %>

0 commit comments

Comments
 (0)