web: Jens requested that the default subscription state for contexts be , and it's the right call.

This commit is contained in:
Ken Sternberg
2023-12-04 10:26:28 -08:00
parent f669222529
commit 03fde51313
9 changed files with 11 additions and 22 deletions

View File

@ -16,10 +16,7 @@ import { FlowsInstancesListDesignationEnum, RadiusProvider } from "@goauthentik/
import BaseProviderPanel from "../BaseProviderPanel";
@customElement("ak-application-wizard-authentication-by-radius")
export class ApplicationWizardAuthenticationByRadius extends WithTenantConfig(
BaseProviderPanel,
true,
) {
export class ApplicationWizardAuthenticationByRadius extends WithTenantConfig(BaseProviderPanel) {
render() {
const provider = this.wizard.provider as RadiusProvider | undefined;