mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
⏪ Revert unwanted auth changes (#1551)
This commit is contained in:
parent
ffafcbdb43
commit
24558c26bd
44 changed files with 651 additions and 625 deletions
1
apps/web/declarations/next-auth.d.ts
vendored
1
apps/web/declarations/next-auth.d.ts
vendored
|
@ -20,7 +20,6 @@ declare module "next-auth" {
|
|||
}
|
||||
|
||||
interface User extends DefaultUser {
|
||||
id: string;
|
||||
locale?: string | null;
|
||||
timeZone?: string | null;
|
||||
timeFormat?: TimeFormat | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue