{% extends "layouts/base.html" %} {% block title %} AppFlowy Cloud Login {% endblock %} {% block head %} {% endblock %} {% block content %}
{% include "../assets/logo.html" %}

AppFlowy Cloud

Email Login

{% if let Some(redirect_to) = redirect_to %} {% endif %}
Email
Password  
(Magic link will be sent to email if password is not provided)
{% if oauth_providers.len() > 0 %}

 or 

OAuth Login

{% for provider in oauth_providers %}
  {{ provider }}
{% endfor %}
{% endif %}  
kofi   Support AppFlowy on Ko-fi
 
  By clicking logging in or signing up, you confirm that you have read, understood, and agreed to AppFlowy's Terms and Privacy Policy.
{% endblock %}