Skip to content

Commit 6b06542

Browse files
authored
fix: fix OIDC authorization bug (ietf-tools#3842)
1 parent a32976c commit 6b06542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ietf/templates/oidc_provider/authorize.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Request for Permission</h1>
2121
</li>
2222
{% endfor %}
2323
</ul>
24-
<button class="btn btn-primary" name="allow" type="submit">Authorize</button>
24+
<button class="btn btn-primary" name="allow" type="submit" value="Authorize">Authorize</button>
2525
<button class="btn btn-secondary float-end" type="submit">Decline</button>
2626
</form>
27-
{% endblock %}
27+
{% endblock %}

0 commit comments

Comments
 (0)