Skip to content

Commit

Permalink
Added missing header name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjiang-bb committed Apr 15, 2020
1 parent c0ab465 commit 72a4eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/devise_token_auth/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ class Engine < ::Rails::Engine
'client': 'client',
'expiry': 'expiry',
'uid': 'uid',
'token-type': 'token-type' }
'token-type': 'token-type',
'provider': 'provider' }
self.bypass_sign_in = true

def self.setup(&block)
Expand Down

0 comments on commit 72a4eee

Please sign in to comment.