登录错误密码次数报错

dev_home
daiao 5 years ago
parent cd1001038f
commit af461b9a2a

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

Loading…
Cancel
Save