sivaappavu/crm-oauth2

Cannot compile because of wrong import: com.stl.crm.security.CustomUserDetails

Opened this issue · 0 comments

In the class com.stl.crm.controller.CustomerController there is a wrong import
import com.stl.crm.security.CustomUserDetails;
So, project cannot be compiled. This line should be deleted.