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