fixed 账号相关方法增加登录验证

This commit is contained in:
xxq250 2024-09-24 16:28:58 +08:00
parent b51f31cb6b
commit 484346d542
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, :simple_update, :change_password]
include ApplicationHelper
#skip_before_action :check_account, :only => [:logout]