Skip to content

Commit

Permalink
Support bail option
Browse files Browse the repository at this point in the history
  • Loading branch information
milk1000cc committed Apr 1, 2017
1 parent c13ed37 commit 32baf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/yahoojp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class YahooJp < OmniAuth::Strategies::OAuth2
:auth_scheme => :basic_auth
}

option :authorize_options, [:display, :prompt, :scope]
option :authorize_options, [:display, :prompt, :scope, :bail]

def request_phase
super
Expand Down

0 comments on commit 32baf47

Please sign in to comment.