Registration flow
Comparer les modifications
Fichiers
2+ 2
− 0
@@ -14,6 +14,7 @@ from enum import Enum
@@ -49,6 +50,7 @@ class User(Base):
Now, the tutor can set a general "Bio' during the registration process (/tutor/register/
). The 'Bio' component is located in step 3 (Informations
) of the registration flow.
Update (22/02):