Skip to content

Commit 1a04078

Browse files
committed
修正
1 parent 8c48c51 commit 1a04078

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/controllers/oauths_controller.rb

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ def oauth
88
def callback
99
provider = auth_params[:provider]
1010
if @user = login_from(provider)
11-
Rails.logger.info "User logged in: #{@user.inspect}"
12-
Rails.logger.info "Session: #{session.to_h}"
1311
flash[:success] = "認証に成功しました。健康維持のための指示に従ってください。"
1412
redirect_to root_path
1513
else

0 commit comments

Comments
 (0)