Skip to content

Commit 7f6defa

Browse files
committed
feat: removed bug
1 parent f233754 commit 7f6defa

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

apps/api/src/lib/auth.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export const auth = betterAuth({
6666
},
6767
},
6868
plugins: [
69-
dash(),
7069
organizationPlugin({
7170
teams: {
7271
enabled: true,

apps/web/src/lib/auth/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const authClient = createAuthClient({
99
fetchOptions: {
1010
credentials: "include" as const,
1111
},
12-
plugins: [organizationClient(), adminClient(), sentinelClient()],
12+
plugins: [organizationClient(), adminClient()],
1313
});
1414

1515
// Alias requestPasswordReset as forgetPassword for backwards compatibility

0 commit comments

Comments
 (0)