mirror of
https://github.com/penpot/penpot.git
synced 2026-05-28 11:23:42 +00:00
🐛 Fix metada on fixtures (back).
This commit is contained in:
parent
2b35d85094
commit
08dc1870bf
@ -37,7 +37,7 @@
|
|||||||
{:username (str "user" i)
|
{:username (str "user" i)
|
||||||
:id (mk-uuid "user" i)
|
:id (mk-uuid "user" i)
|
||||||
:fullname (str "User " i)
|
:fullname (str "User " i)
|
||||||
:metadata (data-encode {})
|
:metadata {}
|
||||||
:password "123123"
|
:password "123123"
|
||||||
:email (str "user" i ".test@uxbox.io")}))
|
:email (str "user" i ".test@uxbox.io")}))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user