Skip to content

Commit

Permalink
fix: incorrect variable name (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Is0MerLNtaLt committed Jun 30, 2021
1 parent a70e0b9 commit 05c1f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ const auth = new SalteAuth({
]
});

auth0.login('auth0');
auth.login('auth0');
```

0 comments on commit 05c1f60

Please sign in to comment.