Merge remote-tracking branch 'fxgh/radius-check' into radius-check

This commit is contained in:
Sascha Kruse 2022-05-18 15:56:21 +02:00
commit da99a57560

View File

@ -92,7 +92,7 @@ class Monitor extends BeanModel {
radiusPassword: this.radiusPassword, radiusPassword: this.radiusPassword,
radiusCalledStationId: this.radiusCalledStationId, radiusCalledStationId: this.radiusCalledStationId,
radiusCallingStationId: this.radiusCallingStationId, radiusCallingStationId: this.radiusCallingStationId,
radiusSecret: this.radiusSecret radiusSecret: this.radiusSecret,
}; };
if (includeSensitiveData) { if (includeSensitiveData) {