Skip to content

Commit 188464a

Browse files
committed
re-add authenticity token
1 parent 31fa05e commit 188464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/ombu_labs/auth/callbacks_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module OmbuLabs
44
module Auth
55
class CallbacksController < Devise::OmniauthCallbacksController
6-
skip_before_action :verify_authenticity_token
6+
skip_before_action :verify_authenticity_token, only: :developer
77

88
def github
99
username = request.env["omniauth.auth"]["extra"]["raw_info"]["login"]

0 commit comments

Comments
 (0)