mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
🐛 Remove obsolete spec-attr on user spec.
This commit is contained in:
parent
20ecc79cd1
commit
8487859fc2
1 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@
|
||||||
(s/def ::password ::us/string)
|
(s/def ::password ::us/string)
|
||||||
(s/def ::lang ::us/string)
|
(s/def ::lang ::us/string)
|
||||||
(s/def ::theme ::us/string)
|
(s/def ::theme ::us/string)
|
||||||
(s/def ::photo ::us/string)
|
|
||||||
(s/def ::created-at ::us/inst)
|
(s/def ::created-at ::us/inst)
|
||||||
(s/def ::password-1 ::us/string)
|
(s/def ::password-1 ::us/string)
|
||||||
(s/def ::password-2 ::us/string)
|
(s/def ::password-2 ::us/string)
|
||||||
|
@ -44,7 +43,6 @@
|
||||||
(s/keys :req-un [::id]
|
(s/keys :req-un [::id]
|
||||||
:opt-un [::created-at
|
:opt-un [::created-at
|
||||||
::fullname
|
::fullname
|
||||||
::photo
|
|
||||||
::email
|
::email
|
||||||
::lang
|
::lang
|
||||||
::theme]))
|
::theme]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue