From 90eecc25c3214f4adf6e4fe966b68a797913ef6a Mon Sep 17 00:00:00 2001 From: Zoey Kaiser Date: Thu, 19 Dec 2024 11:24:58 +0100 Subject: [PATCH] fix: lint --- docs/upgrade/version-0.10.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade/version-0.10.0.md b/docs/upgrade/version-0.10.0.md index d9d94388..8b913db3 100644 --- a/docs/upgrade/version-0.10.0.md +++ b/docs/upgrade/version-0.10.0.md @@ -86,7 +86,7 @@ NUXT_BASE_URL="https://my-backend.com/api/auth" // [!code ++] ### Adjustments when using an external backend for the `local`-provider -In previous versions of `@sidebase/nuxt-auth` a very specific setup was needed to ensure that external backends could properly be used for the `local`-provider. In 0.10.0 we reworked the internal handling or urls to make it more consistent across providers and configurations. +In previous versions of `@sidebase/nuxt-auth` a very specific setup was needed to ensure that external backends could properly be used for the `local`-provider. In 0.10.0 we reworked the internal handling or urls to make it more consistent across providers and configurations. If you were previously using an external backend you can now make the following adjustments: