Created seperate hook for signup flow

This commit is contained in:
2022-10-16 19:18:34 +02:00
parent f4eadc34c7
commit a408abdb97
4 changed files with 79 additions and 60 deletions

View File

@@ -1 +1,3 @@
export const KRATOS_URL = "http://127.0.0.1:4433"
export const PASSWORD_REGEX =
/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$ %^&*-]).{8,64}$/