We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32976c commit 6b06542Copy full SHA for 6b06542
ietf/templates/oidc_provider/authorize.html
@@ -21,7 +21,7 @@ <h1>Request for Permission</h1>
21
</li>
22
{% endfor %}
23
</ul>
24
- <button class="btn btn-primary" name="allow" type="submit">Authorize</button>
+ <button class="btn btn-primary" name="allow" type="submit" value="Authorize">Authorize</button>
25
<button class="btn btn-secondary float-end" type="submit">Decline</button>
26
</form>
27
-{% endblock %}
+{% endblock %}
0 commit comments