1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2020-02-16 23:26:11 -05:00
parent fa094beb9c
commit 25672ae360

View file

@ -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})