auth updated routes tested & password is not yet tested
This commit is contained in:
@@ -2,9 +2,11 @@ from ApiLayers.ApiValidations.Request import (
|
||||
Login,
|
||||
EmployeeSelection,
|
||||
OccupantSelection,
|
||||
Logout,
|
||||
CreatePassword,
|
||||
ChangePassword,
|
||||
Forgot,
|
||||
Remember,
|
||||
)
|
||||
|
||||
|
||||
@@ -13,6 +15,8 @@ class AuthenticationRequestModels:
|
||||
SelectCompanyOrOccupantTypeSuperUserRequestModel = {
|
||||
"EmployeeSelection": EmployeeSelection, "OccupantSelection": OccupantSelection,
|
||||
}
|
||||
RefresherRequestModel = Remember
|
||||
LogoutRequestModel = Logout
|
||||
|
||||
|
||||
class AuthenticationResponseModels:
|
||||
|
||||
Reference in New Issue
Block a user