Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| context: UIConfigContext, | ||
| subscribe, | ||
| }) | ||
| @property({ attribute: false, useDefault: true }) |
There was a problem hiding this comment.
@kensternberg-authentik After a few rounds of testing I can confirm that useDefault: true without reflect appears to have a desired effect, preventing the host's updated callback from invoking on the first render.
There was a problem hiding this comment.
Cool. Leave as is. :-)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19788 +/- ##
==========================================
- Coverage 93.23% 92.42% -0.82%
==========================================
Files 954 954
Lines 52443 52443
==========================================
- Hits 48894 48468 -426
- Misses 3549 3975 +426
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-6d0d90915618cbb4148146d1a3b4e4ce717789cc
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-6d0d90915618cbb4148146d1a3b4e4ce717789ccAfterwards, run the upgrade commands from the latest release notes. |
| context: UIConfigContext, | ||
| subscribe, | ||
| }) | ||
| @property({ attribute: false, useDefault: true }) |
There was a problem hiding this comment.
Cool. Leave as is. :-)
|
🍒 Cherry-pick to |
Details
This PR fixes an issue which prevented the UI config from synchronizing after the session context is refreshed:
applyThemeChoicefunction to validate and assign values todocument.dataset.themeChoice. This can also be used in a future UI element to toggle the preferred scheme