Skip to content

Commit a151deb

Browse files
committed
Format fa
1 parent cee69ce commit a151deb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

config/be/functionalAccounts.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
[{
1+
[
2+
{
23
"username": "scilog-admin",
34
"firstName": "Admin",
45
"lastName": "Scilog",
56
"password": "scilog@scilog",
67
"email": "scilog@scilog",
78
"roles": [
8-
"admin",
9-
"any-authenticated-user"
9+
"admin",
10+
"any-authenticated-user"
1011
]
11-
}]
12+
}
13+
]

0 commit comments

Comments
 (0)