BTHLABS-0000: Deps update - August 2026 edition

Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl>
Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
This commit is contained in:
2026-08-18 18:55:19 +00:00
parent d90504eed9
commit dc5f8ddb51
24 changed files with 2350 additions and 1399 deletions

View File

@@ -126,3 +126,7 @@ body.ui-mode-standalone #offcanvas-controls .offcanvas-body {
.ui-login-logo {
width: 128px;
}
.ui-login-with-oidc-button {
width: 100%;
}

File diff suppressed because one or more lines are too long

View File

@@ -29,12 +29,19 @@
{% endif %}
{% if HOTPOCKET_OIDC_IS_ENABLED %}
<a
class="btn btn-primary d-block"
href="{% url 'social:begin' 'hotpocket_oidc' %}"
<form
action="{% url 'social:begin' 'hotpocket_oidc' %}"
class="d-block"
method="post"
>
{% blocktranslate %}Log in with {{ HOTPOCKET_OIDC_DISPLAY_NAME }}{% endblocktranslate %}
</a>
{% csrf_token %}
<button
class="btn btn-primary d-block ui-login-with-oidc-button"
type="submit"
>
{% blocktranslate %}Log in with {{ HOTPOCKET_OIDC_DISPLAY_NAME }}{% endblocktranslate %}
</button>
</form>
{% endif %}
{% if OPERATOR_EMAIL %}