Warehouse project/fix
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user