Skip to content

Commit

Permalink
reset index file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Oct 5, 2023
1 parent c9e0e74 commit a5f64b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { errorHandler, middleware } from "supertokens-node/framework/express";
import Dashboard from "supertokens-node/lib/build/recipe/dashboard/recipe";
import AccountLinking from "supertokens-node/recipe/accountlinking";
import EmailPassword from "supertokens-node/recipe/emailpassword";
import EmailVerification from "supertokens-node/recipe/emailverification";
import Passwordless from "supertokens-node/recipe/passwordless";
import Session from "supertokens-node/recipe/session";
import ThirdParty from "supertokens-node/recipe/thirdparty";
Expand Down Expand Up @@ -82,9 +83,9 @@ SuperTokens.init({
],
},
}),
// EmailVerification.init({
// mode: "REQUIRED",
// }),
EmailVerification.init({
mode: "REQUIRED",
}),
Session.init(),
AccountLinking.init(),
],
Expand Down

0 comments on commit a5f64b2

Please sign in to comment.