mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 12:31:38 +02:00
♻️ Refactor profile registration flow.
This commit is contained in:
parent
c82d936e96
commit
9e3ba85b72
30 changed files with 717 additions and 581 deletions
|
@ -62,6 +62,8 @@
|
|||
["/login" :auth-login]
|
||||
(when cfg/registration-enabled
|
||||
["/register" :auth-register])
|
||||
(when cfg/registration-enabled
|
||||
["/register/validate" :auth-register-validate])
|
||||
(when cfg/registration-enabled
|
||||
["/register/success" :auth-register-success])
|
||||
["/recovery/request" :auth-recovery-request]
|
||||
|
@ -112,6 +114,7 @@
|
|||
(case (:name data)
|
||||
(:auth-login
|
||||
:auth-register
|
||||
:auth-register-validate
|
||||
:auth-register-success
|
||||
:auth-recovery-request
|
||||
:auth-recovery)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue