camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
247 stars 286 forks source link

Transitioning from Alert-Based to DOM-Based Error Message for signup failures#842 #889

Closed Prasanthi-20 closed 5 months ago

Prasanthi-20 commented 5 months ago

i add addUser() function with this modified version. This code will dynamically create a paragraph element below the sign-up form to display the error message when an invalid email is entered.

Summary

Motivation

Testing

Questions