Skip to content

Commit

Permalink
Merge pull request #2163 from gnclmorais/fixes-rollbar-525
Browse files Browse the repository at this point in the history
Redirect to login when editing member logged out
  • Loading branch information
gnclmorais authored Jan 26, 2025
2 parents 9ef3d58 + 06529aa commit 1014c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/member/details_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Member::DetailsController < ApplicationController

before_action :set_member
before_action :suppress_notices
before_action :is_logged_in?, only: %i[edit]

def edit
accept_terms
Expand Down

0 comments on commit 1014c95

Please sign in to comment.