mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-06 23:46:13 +08:00
Merge remote-tracking branch 'fxgh/radius-check' into radius-check
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user