Fix docs header

This commit is contained in:
Stan Wohlwend 2024-03-10 00:53:23 +01:00
parent 032cee71bb
commit 6e1cd08a89

View File

@ -80,7 +80,7 @@ Call `useUser` (or `getUser`) with the `{ or: 'redirect' }` option to protect th
</Tabs>
## Signing out
## Signing out
You can sign out the user by redirecting them to `/handler/signout` or simply by calling `user.signOut()`.