1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

fix: reference valid variable

This commit is contained in:
Hugh Nimmo-Smith
2022-05-04 13:52:20 -04:00
committed by Quentin Gliech
parent f57ed6b521
commit 18e3117a8a

View File

@ -29,7 +29,7 @@ limitations under the License.
<section class="flex items-center justify-center flex-1">
<form method="POST" class="grid grid-cols-1 gap-6 w-96 m-2">
<div class="text-center">
<h1 class="text-lg text-center font-medium">Authorize <em>{{ grant.client.client_name | default(value=grand.client.client_id) }}</em></h1>
<h1 class="text-lg text-center font-medium">Authorize <em>{{ grant.client.client_name | default(value=grant.client.client_id) }}</em></h1>
</div>
<div class="rounded-lg bg-grey-25 dark:bg-grey-450 p-2 flex flex-col">