Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,8 @@ from auth_backend import (
|
|
| 16 |
get_user_by_id,
|
| 17 |
get_plan_limit,
|
| 18 |
login_user,
|
|
|
|
|
|
|
| 19 |
reset_password_via_security_question,
|
| 20 |
generate_password_hash,
|
| 21 |
)
|
|
|
|
| 16 |
get_user_by_id,
|
| 17 |
get_plan_limit,
|
| 18 |
login_user,
|
| 19 |
+
register_user,
|
| 20 |
+
generate_api_key,
|
| 21 |
reset_password_via_security_question,
|
| 22 |
generate_password_hash,
|
| 23 |
)
|