mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
use SSO for signup in template
This commit is contained in:
parent
0f08978b8c
commit
5c206fd201
@ -18,4 +18,11 @@
|
|||||||
<button type="submit" class="btn btn-primary btn-block">{% trans "Sign Up" %}</button>
|
<button type="submit" class="btn btn-primary btn-block">{% trans "Sign Up" %}</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<h4>{% trans 'Or use a SSO-provider for signup' %}</h4>
|
||||||
|
<div>
|
||||||
|
{% include "socialaccount/snippets/provider_list.html" with process="login" %}
|
||||||
|
</div>
|
||||||
|
{% include "socialaccount/snippets/login_extra.html" %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user