whycxzp
2021-09-28 7d64716cb0d406f21cde03976fd273bd07fdc06f
src/main/java/com/whyc/realm/CustomRealm.java
@@ -37,7 +37,6 @@
            System.out.printf("账号不存在");
            throw new UnknownAccountException("账号不存在");
        }
        return new SimpleAuthenticationInfo(user,user.getPassword(), ByteSource.Util.bytes(user.getSalt()),getName());
    }