From 4fe33ee7e8f1ac2d66dc9577973c21351ef2f1e7 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Wed, 9 Oct 2024 20:27:57 +0300 Subject: [PATCH] chore: lint --- demo/nextjs/lib/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/nextjs/lib/auth.ts b/demo/nextjs/lib/auth.ts index 58c2d6a0..68d3b2f9 100644 --- a/demo/nextjs/lib/auth.ts +++ b/demo/nextjs/lib/auth.ts @@ -82,7 +82,7 @@ export const auth = betterAuth({ }, }), passkey(), - bearer() + bearer(), ], socialProviders: { github: {