From ba4e8529f956f664556190865448d09437c7a95f Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Wed, 7 May 2025 13:54:21 +0200 Subject: [PATCH] render appname --- apps/login/src/app/(login)/device/consent/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/login/src/app/(login)/device/consent/page.tsx b/apps/login/src/app/(login)/device/consent/page.tsx index c011da5730..75676cd7ff 100644 --- a/apps/login/src/app/(login)/device/consent/page.tsx +++ b/apps/login/src/app/(login)/device/consent/page.tsx @@ -71,7 +71,11 @@ export default async function Page(props: { })} -

{t("device.request.description")}

+

+ {t("device.request.description", { + appName: deviceAuthorizationRequest?.appName, + })} +