Skip to content

Commit

Permalink
remove useless '='
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Aug 20, 2024
1 parent 7a88cc4 commit 1df4bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/devise/sessions/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
= ti("devise.sign_in")
- if devise_mapping.omniauthable?
- resource_class.omniauth_providers.each do |provider|
=
= button_to ti("sign_in_with", provider: provider.to_s.titleize), omniauth_authorize_path(resource_name, provider), {data: { turbo: false }, class: "btn btn-primary"}
- else
= ti("devise.no_omniauth_providers")

0 comments on commit 1df4bc1

Please sign in to comment.