mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
docs: fix typo (#298)
This commit is contained in:
@@ -27,7 +27,7 @@ import { betterAuth } from "better-auth"
|
||||
export const auth = betterAuth({
|
||||
//... other config options
|
||||
session: {
|
||||
expiresIn: 60 * 60 * 24 * 7 // 7 days,
|
||||
expiresIn: 60 * 60 * 24 * 7, // 7 days
|
||||
updateAge: 60 * 60 * 24 // 1 day (every 1 day the session expiration is updated)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user