Skip to content

Commit

Permalink
fix: settings auth bug (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
shafy authored Aug 18, 2022
1 parent 8841a00 commit 5e65627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/users/settings_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module Users
class SettingsController < ApplicationController
before_action :authenticate_user!
before_action :show_not_active_flash, only: %i[show]

def show
Expand Down

0 comments on commit 5e65627

Please sign in to comment.