fix one time links (#1304)
Closes #1302 Co-authored-by: Bernd Storath <999999bst@gmail.com>
This commit is contained in:
+2
-2
@@ -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',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user