Skip to content

Commit

Permalink
remove dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPhoenix2704 committed May 1, 2023
1 parent 569a3a0 commit 3e3ac14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/api/src/auth/supertokens/supertokens.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { HttpService } from '@nestjs/axios';
import supertokens from 'supertokens-node';
import Session from 'supertokens-node/recipe/session';
import ThirdParty from 'supertokens-node/recipe/thirdparty';
import Dashboard from 'supertokens-node/recipe/dashboard';
import UserMetadata from 'supertokens-node/recipe/usermetadata';
import { Inject, Injectable, Logger } from '@nestjs/common';
import { AxiosError } from 'axios';
Expand All @@ -26,9 +25,6 @@ export class SupertokensService {
apiKey: this.config.apiKey,
},
recipeList: [
Dashboard.init({
apiKey: this.config.DashboardApiKey,
}),
UserMetadata.init(),
ThirdParty.init({
signInAndUpFeature: {
Expand Down

0 comments on commit 3e3ac14

Please sign in to comment.