Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-user
Commits
c411d177
Commit
c411d177
authored
2 years ago
by
sarojsingh2021
Browse files
Options
Download
Patches
Plain Diff
remove stubbed
parent
81d668cc
master
delete-user-fix
institute-district
1 merge request
!7
Institute district
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/retail/service/impl/UserServiceImpl.java
+1
-3
...java/com/tarento/retail/service/impl/UserServiceImpl.java
with
1 addition
and
3 deletions
+1
-3
src/main/java/com/tarento/retail/service/impl/UserServiceImpl.java
+
1
−
3
View file @
c411d177
...
...
@@ -578,8 +578,6 @@ public class UserServiceImpl implements UserDetailsService, UserService {
@Override
public
Boolean
validateUserOTP
(
String
username
,
String
otp
)
{
return
Boolean
.
TRUE
;
/*
try
{
LoginAuthentication
loginAuth
=
Cache
.
getUserAuthData
(
username
);
if
(
loginAuth
!=
null
&&
loginAuth
.
getOtpExpiryDate
()
>
DateUtil
.
getCurrentTimestamp
()
...
...
@@ -590,7 +588,7 @@ public class UserServiceImpl implements UserDetailsService, UserService {
LOGGER
.
error
(
String
.
format
(
Constants
.
EXCEPTION_METHOD
,
"validateUserOTP"
,
e
.
getMessage
()));
}
return
Boolean
.
FALSE
;
*/
}
@Override
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets