You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Title: Update Login Notification to Use Toast Instead of Alert
Description:
Currently, our application displays an alert when a user logs in. To improve user experience and modernize our notification system, we should update this behavior to show a toast notification instead of an alert.
Steps to Reproduce:
Open the application.
Navigate to the login page.
Log in with valid credentials.
Expected Behavior:
Upon successful login, a toast notification should appear confirming the login instead of using an alert.
Additional Information:
Our current alert-based notification system is outdated and lacks the visual appeal of modern applications.
Using a toast notification will provide a more user-friendly and intuitive way to notify users about successful login actions.
This change aligns with industry standards and enhances the overall user experience of our application.
Priority: Medium
The text was updated successfully, but these errors were encountered:
Issue Title: Update Login Notification to Use Toast Instead of Alert
Description:
Currently, our application displays an alert when a user logs in. To improve user experience and modernize our notification system, we should update this behavior to show a toast notification instead of an alert.
Steps to Reproduce:
Expected Behavior:
Upon successful login, a toast notification should appear confirming the login instead of using an alert.
Additional Information:
Priority: Medium
The text was updated successfully, but these errors were encountered: