Skip to content

Commit 7fedd91

Browse files
committed
fix(ui): fix layout alignment on OAuth2 authorize page
1 parent bea64ad commit 7fedd91

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rootfs/api/templates/oauth2_provider/authorize.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
{% if not error %}
77
<h2 class="h3">{% trans "Authorize" %} {{ application.name }}?</h2>
88
{{ updated }}
9-
<div>{{ application.name }} wants to access your {{ request.user.username }} account</div>
109
<form id="authorizationForm" method="post">
10+
<div class="form-group">
11+
<p class="gray-90">{{ application.name }} wants to access your {{ request.user.username }} account</p>
12+
</div>
1113
{% csrf_token %}
1214
{% for field in form %}
1315
{% if field.is_hidden %}

0 commit comments

Comments
 (0)