pfp cropping #12

Merged
justtemmie merged 11 commits from pfp-cropping into main 2025-07-05 17:34:28 +00:00
Showing only changes of commit 3c5525d294 - Show all commits

View file

@ -65,7 +65,7 @@ async function saveChanges() {
alert('success!!') alert('success!!')
} catch (error: any) { } catch (error: any) {
if (error?.response?.status !== 200) { if (error?.response?.status !== 200) {
alert(`error ${error?.response?.status} met whilst trying to update profile info`) alert(`error ${error?.response?.status} met whilst trying to update profile info\n"${error?.response._data?.message}"`)
} }
} }
}; };