Skip to content

Commit

Permalink
Fix import from remix-auth-oauth2 in README (#268)
Browse files Browse the repository at this point in the history
Fix import from remix-auth-oauth2
  • Loading branch information
penx committed Feb 9, 2024
1 parent 5982fca commit 610b485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/create-a-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 610b485

Please sign in to comment.