We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1852017 commit ba4e852Copy full SHA for ba4e852
apps/login/src/app/(login)/device/consent/page.tsx
@@ -71,7 +71,11 @@ export default async function Page(props: {
71
})}
72
</h1>
73
74
- <p className="ztdl-p">{t("device.request.description")}</p>
+ <p className="ztdl-p">
75
+ {t("device.request.description", {
76
+ appName: deviceAuthorizationRequest?.appName,
77
+ })}
78
+ </p>
79
80
<ConsentScreen
81
deviceAuthorizationRequestId={deviceAuthorizationRequest?.id}
0 commit comments