File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 313
313
"landing" : {
314
314
"hero" : "brands/rapidpro/splash.jpg" ,
315
315
},
316
- "features" : ["signups" ],
316
+ "features" : ["signups" , "sso" ],
317
317
}
318
318
319
319
FEATURES = {"locations" }
Original file line number Diff line number Diff line change 64
64
{% endif %}
65
65
{% endelement %}
66
66
{% endif %}
67
- {% if "signups" in request.branding.features %}
68
- {% if SOCIALACCOUNT_ENABLED %}
69
- {% include "socialaccount/snippets/login.html" with page_layout="entrance" %}
70
- {% endif %}
71
- {% if not invite %}
72
- < div class ="sign-in-notice mt-4 "> {% blocktranslate %}Don't have an account yet? {{ link }}Sign up{{ end_link }}{% endblocktranslate %}</ div >
73
- {% endif %}
67
+ {% if SOCIALACCOUNT_ENABLED and "sso" in request.branding.features %}
68
+ {% include "socialaccount/snippets/login.html" with page_layout="entrance" %}
69
+ {% endif %}
70
+ {% if "signups" in request.branding.features and not invite %}
71
+ < div class ="sign-in-notice mt-4 "> {% blocktranslate %}Don't have an account yet? {{ link }}Sign up{{ end_link }}{% endblocktranslate %}</ div >
74
72
{% endif %}
75
73
{% endblock content %}
76
74
{% block extra_body %}
Original file line number Diff line number Diff line change 58
58
{% trans "Sign up using a passkey" %}
59
59
{% endelement %}
60
60
{% endif %}
61
- {% if SOCIALACCOUNT_ENABLED and not invite %}
61
+ {% if SOCIALACCOUNT_ENABLED and not invite and "sso" in request.branding.features %}
62
62
{% include "socialaccount/snippets/login.html" with page_layout="entrance" %}
63
63
{% endif %}
64
64
{% if not invite %}
You can’t perform that action at this time.
0 commit comments