issues
search
nss-evening-cohort-10
/
nutshell-star-destroyer
0
stars
1
forks
source link
Logout
#38
Closed
EmileeA
closed
4 years ago
EmileeA
commented
4 years ago
User Stories
As a user, I should be able to logout.
Dev Notes
In the navbar create a button to click for logout.
In src >> components >> Navbar >> navbar.js write a function
signMeOut
that signs the user out on click of logout button.
signMeOut
should also reprint the page so that CUD buttons etc. will disappear.
Call
signMeOut
in the
init
function in main.js.
User Stories
As a user, I should be able to logout.
Dev Notes
signMeOut
that signs the user out on click of logout button.signMeOut
should also reprint the page so that CUD buttons etc. will disappear.signMeOut
in theinit
function in main.js.