updated Query options
This commit is contained in:
@@ -169,7 +169,9 @@ AuthenticationChangePasswordEventMethods = MethodToEvent(
|
||||
)
|
||||
|
||||
|
||||
def authentication_change_password_event_callable(request: Request, data: EndpointBaseRequestModel):
|
||||
def authentication_change_password_event_callable(
|
||||
request: Request, data: EndpointBaseRequestModel
|
||||
):
|
||||
context_retriever = ContextRetrievers(
|
||||
func=authentication_change_password_event_callable
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user