From 8cb818cd50f187698c5eb18868520a2b00754bcb Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 9 Jan 2024 12:30:14 +0100 Subject: [PATCH] fix lint Signed-off-by: Jens Langhammer --- authentik/stages/authenticator_mobile/models.py | 1 + .../stages/authenticator_mobile/AuthenticatorMobileStage.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/authentik/stages/authenticator_mobile/models.py b/authentik/stages/authenticator_mobile/models.py index 17f9624ce..f990ab1c0 100644 --- a/authentik/stages/authenticator_mobile/models.py +++ b/authentik/stages/authenticator_mobile/models.py @@ -177,6 +177,7 @@ class MobileTransaction(ExpiringModel): client_ip = ClientIPMiddleware.get_client_ip(request) context["_brand"] = request.tenant.branding_title + # pylint: disable=no-member context["_user"] = user.username geo = None diff --git a/web/src/flow/stages/authenticator_mobile/AuthenticatorMobileStage.ts b/web/src/flow/stages/authenticator_mobile/AuthenticatorMobileStage.ts index 1d4d7e2d2..a3bee2c1b 100644 --- a/web/src/flow/stages/authenticator_mobile/AuthenticatorMobileStage.ts +++ b/web/src/flow/stages/authenticator_mobile/AuthenticatorMobileStage.ts @@ -102,7 +102,7 @@ export class AuthenticatorMobileStage extends BaseStage<
- +