web: fix identification stage styling in compatibility mode#20684
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20684 +/- ##
=======================================
Coverage 93.34% 93.35%
=======================================
Files 983 983
Lines 55473 55473
=======================================
+ Hits 51783 51786 +3
+ Misses 3690 3687 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ae3ebaa61f3dcd6ef2fb51c41017aef0e47087db
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-ae3ebaa61f3dcd6ef2fb51c41017aef0e47087dbAfterwards, run the upgrade commands from the latest release notes. |
fix identification stage styling in compatibility mode
|
🍒 Cherry-pick to |
Fixes #20571 (which was closed prematurely)
Closes #20686