language models and set defaults are updated
This commit is contained in:
@@ -186,7 +186,9 @@ AuthenticationChangePasswordEventMethods.endpoint_callable = (
|
||||
|
||||
AuthenticationCreatePasswordEventMethods = MethodToEvent(
|
||||
name="AuthenticationCreatePasswordEventMethods",
|
||||
events={authentication_create_password_event.key: authentication_create_password_event},
|
||||
events={
|
||||
authentication_create_password_event.key: authentication_create_password_event
|
||||
},
|
||||
headers=[],
|
||||
errors=[],
|
||||
url="/create-password",
|
||||
|
||||
Reference in New Issue
Block a user