style(auth): standardize auth file formatting

This commit is contained in:
2026-04-07 08:09:32 -04:00
parent 076cf8acd0
commit dab77befc2
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ import { createAuthClient } from "better-auth/react";
import { genericOAuthClient } from "better-auth/client/plugins";
export const authClient = createAuthClient({
plugins: [genericOAuthClient()],
plugins: [genericOAuthClient()],
});
export const { useSession, signIn, signOut } = authClient;