Fix indentation and trailing whitespace

This commit is contained in:
gilex-dev 2024-06-14 19:47:03 +02:00
parent b55de50d93
commit 823412ceb6
Signed by: gilex-dev
GPG Key ID: 9A2BEC7B5188D2E3
1 changed files with 12 additions and 12 deletions

View File

@ -1,14 +1,14 @@
[ [
{ {
"login": "admin", "login": "admin",
"_clear_password_to_be_encrypted": "{{ lizmap_admin_pass }}", "_clear_password_to_be_encrypted": "{{ lizmap_admin_pass }}",
"status": 1, "status": 1,
"email": "admin@localhost.localdomain", "email": "admin@localhost.localdomain",
"firstname": "", "firstname": "",
"lastname": "", "lastname": "",
"organization": "", "organization": "",
"street": "", "street": "",
"postcode": "", "postcode": "",
"city": "" "city": ""
} }
] ]