Skip to content

Commit

Permalink
returnの下に空白を入れる
Browse files Browse the repository at this point in the history
  • Loading branch information
yocchan-git committed Mar 30, 2024
1 parent 19beec4 commit 6dcfcc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/user_sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def callback
assign_flash_and_session(result)

return redirect_back_or_to result[:path] if result[:back]

redirect_to result[:path]
end

Expand Down

0 comments on commit 6dcfcc8

Please sign in to comment.