Conversation
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
✅ 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-90aa8c4387d60597019be7610596580b679b20de
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-90aa8c4387d60597019be7610596580b679b20deAfterwards, run the upgrade commands from the latest release notes. |
4e4154a to
a5958a8
Compare
a5958a8 to
89b9496
Compare
89b9496 to
989c152
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15940 +/- ##
==========================================
+ Coverage 92.65% 92.77% +0.12%
==========================================
Files 831 831
Lines 44553 44553
==========================================
+ Hits 41279 41333 +54
+ Misses 3274 3220 -54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
989c152 to
d2994a6
Compare
d2994a6 to
90aa8c4
Compare
kensternberg-authentik
left a comment
There was a problem hiding this comment.
I really like the restructuring.
| export type LitPropertyKey<K> = K extends string ? `.${K}` | `?${K}` | K : K; | ||
|
|
||
| /** | ||
| * A React-like functional component. Used to render a component in a template. |
There was a problem hiding this comment.
Not really "rendering components," more like "fragments." But it's a comment; let it pass.
Details
This PR resolves a collection of accessibility issues in form errors. The primary change here is a function component capable of rendering common form errors using our existing error parsing tools.
See also