events initated first endpoint tested
This commit is contained in:
@@ -14,7 +14,7 @@ authentication_login_super_user_event = Event(
|
||||
key="a5d2d0d1-3e9b-4b0f-8c7d-6d4a4b4c4d4e",
|
||||
request_validator=AuthenticationRequestModels.LoginSuperUserRequestModel,
|
||||
language_models=[LoginRequestLanguageModel],
|
||||
response_validation_static="LOGIN_SUCCESS",
|
||||
statics="LOGIN_SUCCESS",
|
||||
description="Login super user",
|
||||
)
|
||||
|
||||
@@ -30,7 +30,7 @@ authentication_select_super_user_event = Event(
|
||||
key="f951ae1a-7950-4eab-ae2d-5bd9c2d21173",
|
||||
request_validator=AuthenticationRequestModels.SelectCompanyOrOccupantTypeSuperUserRequestModel,
|
||||
language_models=[SelectRequestLanguageModel],
|
||||
response_validation_static="LOGIN_SELECT",
|
||||
statics="LOGIN_SELECT",
|
||||
description="Select company or occupant type super user",
|
||||
)
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ from Events.Engine.abstract_class import PageInfo
|
||||
|
||||
authentication_page_info = PageInfo(
|
||||
name="Authentication",
|
||||
title={"en": "Authentication"},
|
||||
description={"en": "Authentication"},
|
||||
title={"en": "Authentication", "tr": "Kimlik Doğrulama"},
|
||||
description={"en": "User&Event Authentication for users", "tr": "Kullanıcı ve Etkinlik Kimlik Doğrulama"},
|
||||
icon="",
|
||||
parent="",
|
||||
url="",
|
||||
|
||||
Reference in New Issue
Block a user