Add validation on route Register
This commit is contained in:
@@ -19,4 +19,4 @@ fun String.passwordScore(): Int {
|
||||
score += (hasAlphaLower + hasAlphaUpper + hasNum - 2) * 2
|
||||
|
||||
return score
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user