allow clients with no privateKey

see https://github.com/wg-easy/wg-easy/discussions/791

I disabled the download from the frontend.
If someone tries to manually call the API, the privateKey block is set to "REPLACE_ME" to indicate that this value must be set manually.
This commit is contained in:
Thomas Willems 2024-01-27 19:15:07 +01:00 committed by Philip H
parent b90941715c
commit 76c713499d
No known key found for this signature in database
GPG key ID: DA39C2199C603FA5
2 changed files with 7 additions and 2 deletions

View file

@ -1371,6 +1371,11 @@ video {
transition-duration: 150ms;
}
.disabled-link {
opacity: 0.25;
cursor: default;
}
.duration-200 {
transition-duration: 200ms;
}