mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 04:46:11 +02:00
🔥 Remove goodbye page (useless).
This commit is contained in:
parent
53be7feee1
commit
1eff1c94c4
3 changed files with 2 additions and 10 deletions
|
@ -29,11 +29,6 @@
|
|||
[cljs.spec.alpha :as s]
|
||||
[rumext.alpha :as mf]))
|
||||
|
||||
(mf/defc goodbye-page
|
||||
[{:keys [locale] :as props}]
|
||||
[:div.goodbay
|
||||
[:h1 (t locale "auth.goodbye-title")]])
|
||||
|
||||
(mf/defc auth
|
||||
[{:keys [route] :as props}]
|
||||
(let [section (get-in route [:data :name])
|
||||
|
@ -49,7 +44,6 @@
|
|||
(case section
|
||||
:auth-register [:& register-page {:locale locale :params params}]
|
||||
:auth-login [:& login-page {:locale locale :params params}]
|
||||
:auth-goodbye [:& goodbye-page {:locale locale}]
|
||||
:auth-recovery-request [:& recovery-request-page {:locale locale}]
|
||||
:auth-recovery [:& recovery-page {:locale locale
|
||||
:params (:query-params route)}])]]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue