Skip to content

Commit ba4e852

Browse files
committed
render appname
1 parent 1852017 commit ba4e852

File tree

1 file changed

+5
-1
lines changed
  • apps/login/src/app/(login)/device/consent

1 file changed

+5
-1
lines changed

apps/login/src/app/(login)/device/consent/page.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ export default async function Page(props: {
7171
})}
7272
</h1>
7373

74-
<p className="ztdl-p">{t("device.request.description")}</p>
74+
<p className="ztdl-p">
75+
{t("device.request.description", {
76+
appName: deviceAuthorizationRequest?.appName,
77+
})}
78+
</p>
7579

7680
<ConsentScreen
7781
deviceAuthorizationRequestId={deviceAuthorizationRequest?.id}

0 commit comments

Comments
 (0)