fixed 修改用户 log

This commit is contained in:
xxqfamous 2023-05-30 12:25:34 +08:00
parent 166952560e
commit 1327fcb4f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class AccountsController < ApplicationController
before_action :require_login, only: [:login_check, :simple_update]
before_action :require_login, only: [:login_check]
include ApplicationHelper
#skip_before_action :check_account, :only => [:logout]