保誠-保戶業務員媒合平台
Tomas
2023-12-25 91c321e0364b9e87a87963aeb39f432d2cbc5e37
pamapi/src/main/java/com/pollex/pam/security/token/OtpAuthenticationToken.java
@@ -9,7 +9,7 @@
    private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
    private final OtpAccount principle;
    private transient OtpAccount principle;
    private String credentials;
    public OtpAuthenticationToken(OtpAccount principle, String credentials) {