mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 16:07:32 +00:00
render appname
This commit is contained in:
@@ -71,7 +71,11 @@ export default async function Page(props: {
|
|||||||
})}
|
})}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p className="ztdl-p">{t("device.request.description")}</p>
|
<p className="ztdl-p">
|
||||||
|
{t("device.request.description", {
|
||||||
|
appName: deviceAuthorizationRequest?.appName,
|
||||||
|
})}
|
||||||
|
</p>
|
||||||
|
|
||||||
<ConsentScreen
|
<ConsentScreen
|
||||||
deviceAuthorizationRequestId={deviceAuthorizationRequest?.id}
|
deviceAuthorizationRequestId={deviceAuthorizationRequest?.id}
|
||||||
|
Reference in New Issue
Block a user