bank updated
This commit is contained in:
@@ -85,9 +85,8 @@ def authentication_create_password(data: CreatePassword):
|
||||
data=data
|
||||
)
|
||||
|
||||
@login_route.post(
|
||||
path="/reset_password", summary="Create password with password token"
|
||||
)
|
||||
|
||||
@login_route.post(path="/reset_password", summary="Create password with password token")
|
||||
def authentication_reset_password(data: Forgot):
|
||||
return AuthenticationResetPasswordEventMethod.authentication_reset_password(
|
||||
data=data
|
||||
|
||||
Reference in New Issue
Block a user