mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 13:31:40 +02:00
feat(frontend): minor refactor on settings/profile
This commit is contained in:
parent
3f62d7cb65
commit
bb64655804
2 changed files with 60 additions and 83 deletions
|
@ -115,7 +115,7 @@
|
|||
(let [token (get-in route [:params :path :token])]
|
||||
(auth/recovery-page token))
|
||||
|
||||
:settings/profile (settings/profile-page)
|
||||
:settings/profile (mf/element settings/profile-page)
|
||||
:settings/password (settings/password-page)
|
||||
:settings/notifications (settings/notifications-page)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue