SCCapstone / Colite

Colite Technology Capstone Repository
1 stars 1 forks source link

Logout button does nothing #72

Closed josemvidal closed 3 years ago

josemvidal commented 3 years ago

https://user-images.githubusercontent.com/228704/109545248-9d705580-7a96-11eb-9322-e10cc3e8c60e.mp4

The other logout button works.

Note: there should only be 1 logout button. Your webapp should maintain the same header on all pages.

josemvidal commented 3 years ago

When you close an issue by writing code, either fixing a bug or creating a new feature, you should add a link to the git-commit(s) that did it.

This can be done automatically if you just write "closes #X" in the comment of the git-commit, where X is the issue number you want to close. See linking pull requests to issues using keywords for more information.

You should also write "#X" on any commit that is for #X. See my github tips list for all the tips.