Ratismal / UNO

An uno discord bot
70 stars 36 forks source link

Add logout button functionality to index.html #51

Closed MisterGoldfinch closed 1 year ago

MisterGoldfinch commented 1 year ago

Added code to display a logout button in the UNO dashboard. The button appears when the user is logged in and allows them to log out. It also includes the functionality to remove the user token and redirect them to the home page. Code modifications were made in index.html, style.css, and a new logout.js file was created.