You've already forked hotpocket
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:
@@ -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
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user