mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 19:56:59 +00:00
docfix/tweaked the comments
This commit is contained in:
parent
eaacc5140f
commit
0c7606da9a
@ -795,7 +795,7 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
|
||||
return false
|
||||
}
|
||||
|
||||
// 2nd: check the password length between 10 and 512
|
||||
// 2nd: check the password length between 17 and 512
|
||||
if (password.length > 16 && password.length <= 512) {
|
||||
return true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user