events updated
This commit is contained in:
@@ -126,8 +126,8 @@ def authentication_forgot_password(request: Request, data: Forgot):
|
||||
|
||||
|
||||
@login_route.post(path="/avatar", summary="Get link of avatar with credentials")
|
||||
def authentication_download_avatar(request: Request, data: Forgot):
|
||||
def authentication_download_avatar(request: Request):
|
||||
token_dict = parse_token_object_to_dict(request=request)
|
||||
return AuthenticationDownloadAvatarEventMethod.authentication_download_avatar(
|
||||
data=data, request=request, token_dict=token_dict
|
||||
token_dict=token_dict
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user