Skip to content

Commit

Permalink
feat(blueprints): add possibility enable/disable default brand
Browse files Browse the repository at this point in the history
  • Loading branch information
DrummyFloyd committed Oct 19, 2024
1 parent 352223f commit 32bd1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/default/default-brand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ entries:
!Find [authentik_flows.flow, [slug, default-user-settings-flow]]
identifiers:
domain: authentik-default
default: true
default: !Env [AUTHENTIK_DEFAULT_BRAND_ENABLED, True]
state: created
conditions:
# Only create default brand if no other default brand exists
Expand Down

0 comments on commit 32bd1e3

Please sign in to comment.