diff --git a/templates/dashboard/setting.html b/templates/dashboard/setting.html index 7eeff817..8e2d0ab2 100644 --- a/templates/dashboard/setting.html +++ b/templates/dashboard/setting.html @@ -275,20 +275,15 @@ Not Selected - {% if current_user.default_alias_custom_domain_id or current_user.default_alias_public_domain_id %} - {% for is_public, domain in current_user.available_domains_for_random_alias() %} - - {{ domain }} ({% if is_public %} SimpleLogin domain {% else %} your domain {% endif %}) - - {% endfor %} - {% else %} - {% for is_public, domain in current_user.available_domains_for_random_alias() %} - - {{ domain }} ({% if is_public %} SimpleLogin domain {% else %} your domain {% endif %}) - - {% endfor %} - {% endif %} + {% for is_public, domain in current_user.available_domains_for_random_alias() %} + + {{ domain }} ({% if is_public %} SimpleLogin domain {% else %} your domain {% endif %}) + + {% endfor %} Update