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