mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 22:32:01 -05:00
chore: integrate new dash and sentinel into authentication flow (#8053)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { dash, sendEmail } from "@better-auth/dash";
|
||||
import { electron } from "@better-auth/electron";
|
||||
import { dash, sendEmail, sentinel } from "@better-auth/infra";
|
||||
import { oauthProvider } from "@better-auth/oauth-provider";
|
||||
import { passkey } from "@better-auth/passkey";
|
||||
import { scim } from "@better-auth/scim";
|
||||
@@ -465,6 +465,7 @@ export const auth = betterAuth({
|
||||
{ shouldMutateListDeviceSessionsEndpoint: true },
|
||||
),
|
||||
dash(),
|
||||
sentinel(),
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user