mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 21:47:14 +02:00
🎉 Add register confirmation page.
This commit is contained in:
parent
1eff1c94c4
commit
c14dbc19f8
5 changed files with 97 additions and 59 deletions
|
@ -61,6 +61,7 @@
|
|||
[["/auth"
|
||||
["/login" :auth-login]
|
||||
["/register" :auth-register]
|
||||
["/register/success" :auth-register-success]
|
||||
["/recovery/request" :auth-recovery-request]
|
||||
["/recovery" :auth-recovery]
|
||||
["/verify-token" :auth-verify-token]]
|
||||
|
@ -110,6 +111,7 @@
|
|||
(case (get-in route [:data :name])
|
||||
(:auth-login
|
||||
:auth-register
|
||||
:auth-register-success
|
||||
:auth-recovery-request
|
||||
:auth-recovery)
|
||||
[:& auth {:route route}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue