Vishwanath77 commited on
Commit
2b4b0bd
·
verified ·
1 Parent(s): c8994b5

Update src/apps/templates/forgot_password.html

Browse files
src/apps/templates/forgot_password.html CHANGED
@@ -116,7 +116,7 @@
116
  }
117
  } catch (error) {
118
  console.error('Error:', error);
119
- alert('An error occurred');
120
  }
121
  });
122
  </script>
 
116
  }
117
  } catch (error) {
118
  console.error('Error:', error);
119
+ alert('An error occurred: ' + error.message);
120
  }
121
  });
122
  </script>