diff --git a/app/home/view.py b/app/home/view.py index 0483209..6702277 100644 --- a/app/home/view.py +++ b/app/home/view.py @@ -12,6 +12,7 @@ from app.home.forms import ContactForm from app.common.provider.forms import SignupForm, SigninForm from bson.objectid import ObjectId + def _get_provider_by_email(email: str): try: provider = ProviderAdminUser.objects.get({'email': email})