Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 4506eb3

Browse files
Rodrigo Argumedoexcid3
Rodrigo Argumedo
authored andcommitted
Fix a typo on the OmniAuth config (#69)
1 parent 7a49c0f commit 4506eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def add_multiple_authentication
187187
env_creds = Rails.application.credentials[Rails.env.to_sym] || {}
188188
%w{ facebook twitter github }.each do |provider|
189189
if options = env_creds[provider]
190-
confg.omniauth provider, options[:app_id], options[:app_secret], options.fetch(:options, {})
190+
config.omniauth provider, options[:app_id], options[:app_secret], options.fetch(:options, {})
191191
end
192192
end
193193
""".strip

0 commit comments

Comments
 (0)