-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to log out from the front end #619
Comments
reefdog
changed the title
Add logout functionality to front end
Add ability to logout from the front end
Mar 5, 2024
reefdog
changed the title
Add ability to logout from the front end
Add ability to log out from the front end
Apr 10, 2024
@hminsky2002 Indeed this one ended up being so easy I can handle it myself! Will have a PR for you to review by EOD. 🎉 |
reefdog
added a commit
that referenced
this issue
Apr 19, 2024
In addition to links, we may want dropdown items to be buttons. This commit adds support with the `DropdownMenuButton` component as a companion to `DropdownMenuLink`. Consequently, it renames the shared class names to `dropdown-menu-item`. Issue #619 Add ability to log out from the front end
Merged
reefdog
added a commit
that referenced
this issue
Apr 19, 2024
In addition to links, we may want dropdown items to be buttons. This commit adds support with the `DropdownMenuButton` component as a companion to `DropdownMenuLink`. Consequently, it renames the shared class names to `dropdown-menu-item`. Issue #619 Add ability to log out from the front end
reefdog
added a commit
that referenced
this issue
Apr 19, 2024
In addition to links, we may want dropdown items to be buttons. This commit adds support with the `DropdownMenuButton` component as a companion to `DropdownMenuLink`. Consequently, it renames the shared class names to `dropdown-menu-item`. Issue #619 Add ability to log out from the front end
reefdog
added a commit
that referenced
this issue
Apr 20, 2024
In addition to links, we may want dropdown items to be buttons. This commit adds support with the `DropdownMenuButton` component as a companion to `DropdownMenuLink`. Consequently, it renames the shared class names to `dropdown-menu-item`. Issue #619 Add ability to log out from the front end
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to be able to log out from the front end. I'm leaving this intentionally vague because I don't know if this is a route, a form POST, or what, but it'll be triggered by a "Logout" button in the user menu (#618) once that exists.
The text was updated successfully, but these errors were encountered: