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
Expected behaviour :
1] When the user logins, the login button should change to a user avatar. For ex. Link
2] The user avatar on hover should show a dropdown with the following option: Dashboard, Logout
3] The Logout button should be functional; on clicking the Logout button it should logout the user and the initial Login button should be visible
The text was updated successfully, but these errors were encountered:
* Change logout button to User avatar with dropdown on hover #69
* resolved router and visibility problem
* made necessary changes
* both onhover and onclicked
Issue Template
Issue type
Description
Current working :
Before Login :
After Login :
Expected behaviour :
1] When the user logins, the login button should change to a user avatar. For ex. Link
2] The user avatar on hover should show a dropdown with the following option: Dashboard, Logout
3] The Logout button should be functional; on clicking the
Logout
button it should logout the user and the initialLogin
button should be visibleThe text was updated successfully, but these errors were encountered: