登录错误密码次数报错

dev_home
daiao 6 years ago
parent cd1001038f
commit af461b9a2a

@ -45,7 +45,7 @@ class LimitForbidControl::Base
end end
def remain_times def remain_times
allow_times - error_times allow_times.to_i - error_times
end end
def clear def clear

Loading…
Cancel
Save