Merged in feat/new-passwordinput-component (pull request #3376)
feat(SW-3672): Update PasswordInput component * Update PasswordInput component * Removed some tests not working as expected * Remove IconButton from PasswordInput * Remove IconButton from Input * Merge branch 'master' into feat/new-passwordinput-component Approved-by: Linus Flood
This commit is contained in:
3
packages/common/utils/zod/newPassword.ts
Normal file
3
packages/common/utils/zod/newPassword.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { passwordValidators } from "@scandic-hotels/common/utils/zod/passwordValidator"
|
||||
|
||||
export type PasswordValidatorKey = keyof typeof passwordValidators
|
||||
Reference in New Issue
Block a user