auth response and error codes imp
This commit is contained in:
@@ -15,3 +15,15 @@ LoginRequestLanguageModel: Dict[str, Dict[str, str]] = {
|
||||
"remember_me": "Remember Me",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
SelectRequestLanguageModel: Dict[str, Dict[str, str]] = {
|
||||
"tr": {
|
||||
"company_uu_id": "Şirket UU ID",
|
||||
"build_living_space_uu_id": "Bina Konut UU ID",
|
||||
},
|
||||
"en": {
|
||||
"company_uu_id": "Company UU ID",
|
||||
"build_living_space_uu_id": "Build Living Space UU ID",
|
||||
},
|
||||
}
|
||||
@@ -1,3 +1,9 @@
|
||||
from .Auth.login import LoginRequestLanguageModel
|
||||
from .Auth.login import (
|
||||
LoginRequestLanguageModel,
|
||||
SelectRequestLanguageModel,
|
||||
)
|
||||
|
||||
__all__ = ["LoginRequestLanguageModel"]
|
||||
__all__ = [
|
||||
"LoginRequestLanguageModel",
|
||||
"SelectRequestLanguageModel",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user