Turns out that my last week of git pushes for github weren't working. My work account was the active GH account and my gitea account was getting the updates as expected. Good to know that with multiple git remotes, if there's no repo, there are also no warnings.
This commit is contained in:
@ -32,12 +32,14 @@
|
||||
</button>
|
||||
<a class="np-form-link np-button-color" href="{% route forgot_password_new %}">
|
||||
{% t .forgot_password %}
|
||||
</a>
|
||||
</a>
|
||||
{% comment %}
|
||||
{% if features.account_creation? %}
|
||||
<a class="np-form-link np-button-color" href="{% route sign_up %}">
|
||||
{% t shared.sign_up %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endcomment %}
|
||||
{% if features.request_access? %}
|
||||
<a
|
||||
class="np-form-link np-button-color"
|
||||
|
||||
Reference in New Issue
Block a user