Commit 0bd66ca5 by 段启岩

添加系统日志

parent 3471d50c
......@@ -61,7 +61,7 @@ public class UserActionMessage {
* @return
*/
public static UserActionMessage loginFailureMessage(Subject subject, String loginType, String secret) {
return new UserActionMessage(subject, UserAction.LOGIN, loginType, secret);
return new UserActionMessage(subject, UserAction.LOGIN_FAILURE, loginType, secret);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment