Skip to content

Fix OAuth cleanup worker unconditionally starting

rinpatch requested to merge fix/oauth-cleanup-worker-unconditional-start into develop

!1576 (merged) removed enabled/disabled check from the worker, in favor of just not starting it in application.ex if disabled. However a line unconditionally starting the worker was removed

Merge request reports