Skip to content

Commit

Permalink
Merge pull request #890 from supertokens/fix/code-checking
Browse files Browse the repository at this point in the history
Fix code type checking error
  • Loading branch information
bcbogdan authored Jan 6, 2025
2 parents 8d6895e + 0709d25 commit ab98f65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions v3/docs/_blocks/oauth-frontend-verification-disclaimer.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion v3/docs/_blocks/react-router-callout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as reactRouterDom from "react-router-dom";

function AppRoutes() {
const authRoutes = getSuperTokensRoutesForReactRouterDom(
reactRouterDOM,
reactRouterDom,
[/* Add your UI recipes here e.g. EmailPasswordPrebuiltUI, PasswordlessPrebuiltUI, ThirdPartyPrebuiltUI */]
);

Expand Down

0 comments on commit ab98f65

Please sign in to comment.