Warehouse project/fix

This commit is contained in:
Luca Haid
2025-12-03 14:26:46 +00:00
parent 7dc55a5e61
commit 4c8f96888e
2 changed files with 20 additions and 3 deletions
+2 -2
View File
@@ -1451,9 +1451,9 @@ Vue.component('radius-users', {
try {
const params = {
'InternetGatewayDevice.User.1.Enable': 1,
'InternetGatewayDevice.User.1.Enable': true,
'InternetGatewayDevice.User.1.Password': password,
'InternetGatewayDevice.User.1.RemoteAccessCapable': 1,
'InternetGatewayDevice.User.1.RemoteAccessCapable': true,
'InternetGatewayDevice.User.1.Username': timestamp
};