frontend: changed thumbnail to profile picture

This commit is contained in:
Alex
2024-09-29 21:22:23 +02:00
parent dbf7aca078
commit db84918cb1
3 changed files with 18 additions and 13 deletions

View File

@@ -99,7 +99,7 @@ export const actions = {
return {
success: true,
thumbnail: response["s3_url"],
profile_picture: response[""],
};
},
/**
@@ -132,7 +132,7 @@ export const actions = {
return {
success: true,
thumbnail: "",
profile_picture: "",
};
},
};