Revert "fix authentik not being removed when toggle is disabled"

This reverts commit 641ab9ef34.
This commit is contained in:
fuomag9
2026-03-06 09:56:59 +01:00
parent 641ab9ef34
commit 333f7d4733
2 changed files with 1 additions and 9 deletions

View File

@@ -587,9 +587,6 @@ function normalizeAuthentikInput(
if (input === null) {
return undefined;
}
if (input.enabled === false) {
return undefined;
}
const next: ProxyHostAuthentikMeta = { ...(existing ?? {}) };