From 610b4852f3e126e8710c2590c3d4c1e290d7e6d2 Mon Sep 17 00:00:00 2001 From: Alasdair McLeay Date: Fri, 9 Feb 2024 17:12:50 +0000 Subject: [PATCH] Fix import from remix-auth-oauth2 in README (#268) Fix import from remix-auth-oauth2 --- docs/create-a-strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create-a-strategy.md b/docs/create-a-strategy.md index d41c728..cb97919 100644 --- a/docs/create-a-strategy.md +++ b/docs/create-a-strategy.md @@ -123,7 +123,7 @@ import { OAuth2Profile, OAuth2Strategy, OAuth2StrategyVerifyCallback, -} from "remix-auth"; +} from "remix-auth-oauth2"; // These are the custom options we need from the developer to use the strategy export interface Auth0StrategyOptions {