fix one time links (#1304)

Closes #1302
Co-authored-by: Bernd Storath <999999bst@gmail.com>
This commit is contained in:
Bernd Storath
2024-08-21 15:55:35 +02:00
committed by GitHub
parent 968d2b90a0
commit 86f968499a
8 changed files with 48 additions and 19 deletions
+2 -2
View File
@@ -64,10 +64,10 @@ class API {
});
}
async getUIShowLinks() {
async getWGEnableOneTimeLinks() {
return this.call({
method: 'get',
path: '/ui-show-links',
path: '/wg-enable-one-time-links',
});
}