other components... (2)
This commit is contained in:
5
src/validation/complexity.ts
Executable file
5
src/validation/complexity.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
import { Patterns } from '@/common'
|
||||
|
||||
export function complexity(password: string) {
|
||||
return Patterns.Password.test(password)
|
||||
}
|
||||
Reference in New Issue
Block a user