|
@@ -57,16 +57,16 @@ public class RegisterController {
|
|
AuthTokenService authTokenService;
|
|
AuthTokenService authTokenService;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- protected ApplicationConfig applicationConfig;
|
|
|
|
|
|
+ ApplicationConfig applicationConfig;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- private UserInfoService userInfoService;
|
|
|
|
|
|
+ UserInfoService userInfoService;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
SmsOtpAuthnService smsOtpAuthnService;
|
|
SmsOtpAuthnService smsOtpAuthnService;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- private PasswordEncoder passwordEncoder;
|
|
|
|
|
|
+ PasswordEncoder passwordEncoder;
|
|
|
|
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@RequestMapping(value = { "/produceOtp" }, produces = {MediaType.APPLICATION_JSON_VALUE})
|
|
@RequestMapping(value = { "/produceOtp" }, produces = {MediaType.APPLICATION_JSON_VALUE})
|