{% extends "email/base.html" %} {% block title %}Use social sign-in | Praxicraft{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}

Hi {{ first_name }},

This Praxicraft account uses social sign-in. Continue with Google or GitHub instead of a password reset.

{% if login_url %} {% include "email/partials/_cta.html" with cta_url=login_url cta_label="Sign In" %} {% endif %} {% endblock %}