Open
Description
What is the update you wish to see?
Add the submit type to the signout button found in /ui/dashboard/sidenav.tsx
Is there any context that might help us understand?
In the final part of the 15th chapter of Learn Next.js, the learner is prompted to add the signout action to the form that's dedicated to signing out the user in the dashboard. Though this is the action, the sign out button itself is left without a submit type so the user won't be logged out.
Does the docs page already exist? Please link to it.
https://nextjs.org/learn/dashboard-app/adding-authentication#updating-the-login-form