fix: fix OIDC authorization bug (#3842)
This commit is contained in:
parent
a32976c819
commit
6b06542fab
|
@ -21,7 +21,7 @@
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</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>
|
<button class="btn btn-secondary float-end" type="submit">Decline</button>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue