Skip to content
Snippets Groups Projects
Commit 2eef83d2 authored by Pomucz Tamás András's avatar Pomucz Tamás András
Browse files

Profile save: more error handling

parent 6db24a12
No related branches found
No related tags found
No related merge requests found
Pipeline #51729 passed
...@@ -110,6 +110,7 @@ export const submitRegistration = ({ ...@@ -110,6 +110,7 @@ export const submitRegistration = ({
alert('Mentés nem sikerült!'); alert('Mentés nem sikerült!');
} }
} catch (e) { } catch (e) {
console.log(e); console.log(e, e.response);
alert('Mentés nem sikerült!');
} }
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment