fix authentik not being removed when toggle is disabled
This commit is contained in:
@@ -587,6 +587,9 @@ function normalizeAuthentikInput(
|
||||
if (input === null) {
|
||||
return undefined;
|
||||
}
|
||||
if (input.enabled === false) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
const next: ProxyHostAuthentikMeta = { ...(existing ?? {}) };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user