mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Review
This commit is contained in:
parent
fa094beb9c
commit
25672ae360
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ from app.home.forms import ContactForm
|
||||||
from app.common.provider.forms import SignupForm, SigninForm
|
from app.common.provider.forms import SignupForm, SigninForm
|
||||||
from bson.objectid import ObjectId
|
from bson.objectid import ObjectId
|
||||||
|
|
||||||
|
|
||||||
def _get_provider_by_email(email: str):
|
def _get_provider_by_email(email: str):
|
||||||
try:
|
try:
|
||||||
provider = ProviderAdminUser.objects.get({'email': email})
|
provider = ProviderAdminUser.objects.get({'email': email})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue