microblog/app/auth
manrajg13 c72f13d35b Fix: Dockerfile and routes error handling
Moved copying .env in dockerfile to avoid cache invalidation. Removed
try and except in confirm2fa because it did nothing. Checking if next is
None or '' before returning and removed data deletions in route
functions.
2023-03-10 18:33:38 -05:00
..
__init__.py Chapter 15: A Better Application Structure (v0.15) 2022-11-11 12:52:55 +00:00
email.py Chapter 15: A Better Application Structure (v0.15) 2022-11-11 12:52:55 +00:00
forms.py Fix: Dockerfile and routes error handling 2023-03-10 18:33:38 -05:00
routes.py Fix: Dockerfile and routes error handling 2023-03-10 18:33:38 -05:00
twilio_verify.py Add 2FA 2023-03-06 14:11:02 -05:00