update readme

This commit is contained in:
Robert Soriano
2022-06-12 23:19:55 -07:00
parent c7888e81ed
commit f62a13766a

View File

@@ -111,7 +111,7 @@ 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 until I found a solution https://github.com/trpc/trpc/discussions/1686
// For SSR, please follow this link https://github.com/trpc/trpc/discussions/1686
```
## Options