mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 17:36:35 +02:00
* web: Clean up naming of inputs. * web: Flesh out label components, slots. * web: Expand clickable area of labels. * web: Fix issue where launch URL is required. * web: Surface string errors verbatim. * web: Fix issues surrounding client-side error reporting, form validation, server-side error reporting. * web: Clarify property visibility. * web: Fix issue where provider errors are not surfaced. * web: Fix issue where wizard steps do not consistently use form validation. * web: Fix issue where render root is not preferred. * web: Fix import path. * web: Fix selectors. * keep labels aligned Signed-off-by: Jens Langhammer <jens@goauthentik.io> * web: Fix field nesting. * web: Fix issue where required secret text inputs fail validation when editing existing entities. - We need to make the component have a better understanding of this concept. * web: Fix slot alignment on legacy elements. --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>