File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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 SOCIALACCOUNT_ENABLED %}
67
+ {% if SOCIALACCOUNT_ENABLED and "sso" in request.branding.features %}
68
68
{% include "socialaccount/snippets/login.html" with page_layout="entrance" %}
69
69
{% endif %}
70
70
{% if "signups" in request.branding.features and not invite %}
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