mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 18:46:46 +00:00
refactor/Function checkExternalUserViaConnector
This commit is contained in:
parent
10d6dde396
commit
814e024e61
@ -738,7 +738,7 @@ import net.liftweb.util.Helpers._
|
||||
// No need to store password, so store dummy string instead
|
||||
.password(generateUUID())
|
||||
.provider(iss)
|
||||
.validated(emailVerified.getOrElse("false").toLowerCase() == "true")
|
||||
.validated(emailVerified.exists(_.equalsIgnoreCase("true")))
|
||||
.saveMe()
|
||||
}
|
||||
Full(user)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user