Revert unwanted auth changes (#1551)

This commit is contained in:
Luke Vella 2025-02-08 21:30:36 +07:00 committed by GitHub
parent ffafcbdb43
commit 24558c26bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 651 additions and 625 deletions

View file

@ -20,7 +20,6 @@ declare module "next-auth" {
}
interface User extends DefaultUser {
id: string;
locale?: string | null;
timeZone?: string | null;
timeFormat?: TimeFormat | null;