Update README.md

This commit is contained in:
Robert Soriano
2022-06-23 10:03:48 -07:00
committed by GitHub
parent 6b83e5d4ea
commit 48fc19076f

View File

@@ -111,7 +111,6 @@ const { data: token } = await useAsyncQuery(['auth.login', { username, password
headers.value.Authorization = `Bearer ${token}`
// All client calls will now include the Authorization header.
// For SSR, please follow this link https://github.com/trpc/trpc/discussions/1686
```
## Options