fixed 修改用户 log

This commit is contained in:
2023-05-30 12:25:34 +08:00
parent 166952560e
commit 1327fcb4f4

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]