Skip to content

Commit 6b972bb

Browse files
updated error handling
1 parent 3d4be0a commit 6b972bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/html/signup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h2> - Welcome to Fit-me -</h2>
410410
Swal.fire({
411411
icon : 'error',
412412
title : "Error",
413-
text : "something went worng!"
413+
text : err.message
414414
})
415415
console.log(err)
416416
});

0 commit comments

Comments
 (0)