fix: fix OIDC authorization bug (#3842)

This commit is contained in:
Kesara Rathnayake 2022-04-21 03:47:47 +12:00 committed by GitHub
parent a32976c819
commit 6b06542fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
</li>
{% endfor %}
</ul>
<button class="btn btn-primary" name="allow" type="submit">Authorize</button>
<button class="btn btn-primary" name="allow" type="submit" value="Authorize">Authorize</button>
<button class="btn btn-secondary float-end" type="submit">Decline</button>
</form>
{% endblock %}
{% endblock %}