chore: integrate new dash and sentinel into authentication flow (#8053)

This commit is contained in:
Bereket Engida
2026-02-18 13:02:21 -08:00
committed by GitHub
parent 0c14446710
commit 72ec62ff06

View File

@@ -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(),
],
});