Skip to content

Commit ab98f65

Browse files
authored
Merge pull request #890 from supertokens/fix/code-checking
Fix code type checking error
2 parents 8d6895e + 0709d25 commit ab98f65

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

v3/docs/_blocks/oauth-frontend-verification-disclaimer.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

v3/docs/_blocks/react-router-callout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as reactRouterDom from "react-router-dom";
1212

1313
function AppRoutes() {
1414
const authRoutes = getSuperTokensRoutesForReactRouterDom(
15-
reactRouterDOM,
15+
reactRouterDom,
1616
[/* Add your UI recipes here e.g. EmailPasswordPrebuiltUI, PasswordlessPrebuiltUI, ThirdPartyPrebuiltUI */]
1717
);
1818

0 commit comments

Comments
 (0)