From 7e6ede96300f6187b40cb3909b2ce2affa3f3960 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期三, 11 五月 2022 12:51:17 +0800 Subject: [PATCH] Merge branch 'Phase3' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into Phase3 --- pamapi/src/main/java/com/pollex/pam/security/provider/CustomAuthenticationProvider.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/security/provider/CustomAuthenticationProvider.java b/pamapi/src/main/java/com/pollex/pam/security/provider/CustomAuthenticationProvider.java index d4cea92..4bbdd6b 100644 --- a/pamapi/src/main/java/com/pollex/pam/security/provider/CustomAuthenticationProvider.java +++ b/pamapi/src/main/java/com/pollex/pam/security/provider/CustomAuthenticationProvider.java @@ -1,6 +1,5 @@ package com.pollex.pam.security.provider; -import com.pollex.pam.business.security.provider.EServiceAuthenticationProvider; import com.pollex.pam.config.ApplicationProperties; import com.pollex.pam.business.security.token.EServiceAuthenticationToken; import com.pollex.pam.security.token.OtpAuthenticationToken; -- Gitblit v1.8.0