Skip to content

Commit b67dcfa

Browse files
committed
refactor: add newline at end of file
1 parent cb31009 commit b67dcfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { createAuthClient } from 'better-auth/react'
22

3-
export const authClient = createAuthClient()
3+
export const authClient = createAuthClient()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Better Auth configuration
22
BETTER_AUTH_URL=http://localhost:3000
3-
BETTER_AUTH_SECRET= # Generate a secret key: `npx @better-auth/cli secret`
3+
BETTER_AUTH_SECRET= # Generate a secret key: `npx @better-auth/cli secret`

0 commit comments

Comments
 (0)