From 48fc19076f171ca539f1654b482e801f821fd2a9 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Thu, 23 Jun 2022 10:03:48 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9ce6311..d49e605 100644 --- a/README.md +++ b/README.md @@ -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