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

This commit is contained in:
2024-09-24 16:28:58 +08:00
parent b51f31cb6b
commit 484346d542

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]