mirror of
https://github.com/penpot/penpot.git
synced 2025-06-26 14:17:03 +02:00
🐛 Fix bug in fixtures (intoduced in renaming).
This commit is contained in:
parent
3789adde80
commit
5a2ba515b8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
:fullname (str "Profile " index)
|
:fullname (str "Profile " index)
|
||||||
:password "123123"
|
:password "123123"
|
||||||
:demo? true
|
:demo? true
|
||||||
:email (str "profile" index ".test@app.io")})))
|
:email (str "profile" index ".test@uxbox.io")})))
|
||||||
|
|
||||||
create-profiles
|
create-profiles
|
||||||
(fn [conn]
|
(fn [conn]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue