Skip to content

Commit

Permalink
Update frontend/src/pages/ProfileDeletion.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
markkovari authored Sep 7, 2024
1 parent 9c7372b commit 37d8351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/ProfileDeletion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function ProfileDeletion() {
} catch (error) {
if (error instanceof AxiosError) {
toast({
title: "Cannot login 🫣.",
title: "Cannot delete profile 🫣.",
description:
error.response?.data.error ||
"Unknown network error, please contact support.",
Expand Down

0 comments on commit 37d8351

Please sign in to comment.