1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

Fix linter warnings

This commit is contained in:
tituspijean 2021-03-22 20:54:23 +01:00
parent edb92d0c21
commit a21d1c15c1

View file

@ -33,10 +33,6 @@
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for WireGuard UI",
"fr": "Choisissez un nom de domaine pour WireGuard UI"
},
"example": "wg.example.com",
"help": {
"en": "The web UI requires its own dedicated domain.",
@ -46,10 +42,6 @@
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
}
]