mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Added locations to seeded users
This commit is contained in:
parent
9629ca649a
commit
ced8bd78bb
@ -9,6 +9,7 @@ export default function (data) {
|
||||
password: "1234",
|
||||
email: "admin@example.org",
|
||||
avatar: "${faker.internet.avatar()}",
|
||||
locationName: "Hamburg, Germany",
|
||||
role: admin,
|
||||
disabled: false,
|
||||
deleted: false) {
|
||||
@ -24,6 +25,7 @@ export default function (data) {
|
||||
password: "1234",
|
||||
email: "moderator@example.org",
|
||||
avatar: "${faker.internet.avatar()}",
|
||||
locationName: "USA",
|
||||
role: moderator,
|
||||
disabled: false,
|
||||
deleted: false) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user