diff --git a/src/actions/auth.js b/src/actions/auth.js
index 4de2837ce0c81f8861cebff2482c02502b1e2f91..a5e0dacb9adbad3b02ff3c6cc754b722126cd3d4 100644
--- a/src/actions/auth.js
+++ b/src/actions/auth.js
@@ -110,6 +110,7 @@ export const submitRegistration = ({
       alert('MentĂŠs nem sikerĂźlt!');
     }
   } catch (e) {
-    console.log(e);
+    console.log(e, e.response);
+    alert('MentĂŠs nem sikerĂźlt!');
   }
 };