Skip to content

Commit

Permalink
Merge pull request #18 from andrew2005/login_hint
Browse files Browse the repository at this point in the history
add login_hint to authorize_options
  • Loading branch information
realdoug committed May 30, 2015
2 parents 6d042ec + fa57e19 commit 84ddab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/omniauth/strategies/salesforce.rb
Expand Up @@ -19,7 +19,8 @@ class Salesforce < OmniAuth::Strategies::OAuth2
:immediate,
:state,
:prompt,
:redirect_uri
:redirect_uri,
:login_hint
]

def request_phase
Expand Down

0 comments on commit 84ddab0

Please sign in to comment.