🎉 Add register confirmation page.

This commit is contained in:
Andrey Antukh 2021-02-03 22:04:02 +01:00 committed by Hirunatan
parent 1eff1c94c4
commit c14dbc19f8
5 changed files with 97 additions and 59 deletions

View file

@ -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}]