From af200a6bf9596d3dbce42fe649f8862e1e1c738e Mon Sep 17 00:00:00 2001 From: Jens L Date: Tue, 29 Aug 2023 18:24:11 +0200 Subject: [PATCH] web: cleanup (#6664) * web: remove

used for padding and do it properly Signed-off-by: Jens Langhammer * web: remove .form-help-text as it didn't change anything Signed-off-by: Jens Langhammer * move data-list styling to correct scope Signed-off-by: Jens Langhammer * remove title from navbar for docs-only build Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- authentik/core/templates/login/base_full.html | 1 - internal/outpost/proxyv2/templates/error.html | 1 - web/src/admin/policies/dummy/DummyPolicyForm.ts | 4 ++-- .../policies/event_matcher/EventMatcherPolicyForm.ts | 4 ++-- web/src/admin/policies/expiry/ExpiryPolicyForm.ts | 4 ++-- .../policies/expression/ExpressionPolicyForm.ts | 4 ++-- .../admin/policies/password/PasswordPolicyForm.ts | 4 ++-- .../policies/reputation/ReputationPolicyForm.ts | 12 ++++++------ .../authenticator_duo/AuthenticatorDuoStageForm.ts | 4 ++-- .../authenticator_sms/AuthenticatorSMSStageForm.ts | 4 +--- .../AuthenticatorStaticStageForm.ts | 4 ++-- .../authenticator_totp/AuthenticatorTOTPStageForm.ts | 4 ++-- .../AuthenticatorValidateStageForm.ts | 4 ++-- .../AuthenticateWebAuthnStageForm.ts | 4 ++-- web/src/admin/stages/captcha/CaptchaStageForm.ts | 4 ++-- web/src/admin/stages/consent/ConsentStageForm.ts | 4 ++-- web/src/admin/stages/deny/DenyStageForm.ts | 4 ++-- web/src/admin/stages/dummy/DummyStageForm.ts | 4 ++-- web/src/admin/stages/email/EmailStageForm.ts | 4 ++-- .../stages/identification/IdentificationStageForm.ts | 4 ++-- .../admin/stages/invitation/InvitationStageForm.ts | 4 ++-- web/src/admin/stages/password/PasswordStageForm.ts | 4 +--- web/src/admin/stages/prompt/PromptStageForm.ts | 4 ++-- .../admin/stages/user_delete/UserDeleteStageForm.ts | 4 ++-- .../admin/stages/user_login/UserLoginStageForm.ts | 2 +- .../admin/stages/user_logout/UserLogoutStageForm.ts | 2 +- .../admin/stages/user_write/UserWriteStageForm.ts | 4 ++-- web/src/common/styles/authentik.css | 12 ++++-------- web/src/common/styles/theme-dark.css | 3 --- web/src/flow/FlowExecutor.ts | 1 - web/src/user/user-settings/sources/SourceSettings.ts | 3 +++ website/docusaurus.docs-only.js | 1 - 32 files changed, 57 insertions(+), 69 deletions(-) diff --git a/authentik/core/templates/login/base_full.html b/authentik/core/templates/login/base_full.html index a12de821c..4cbf5e8dc 100644 --- a/authentik/core/templates/login/base_full.html +++ b/authentik/core/templates/login/base_full.html @@ -78,7 +78,6 @@ {% endblock %}