mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 04:02:21 +02:00
✨ Use profile image from oauth provider (#1330)
This commit is contained in:
parent
be216344e2
commit
364bb8b83f
13 changed files with 95 additions and 29 deletions
4
apps/web/declarations/next-auth.d.ts
vendored
4
apps/web/declarations/next-auth.d.ts
vendored
|
@ -11,13 +11,11 @@ declare module "next-auth" {
|
|||
interface Session {
|
||||
user: {
|
||||
id: string;
|
||||
name?: string | null;
|
||||
email?: string | null;
|
||||
timeZone?: string | null;
|
||||
timeFormat?: TimeFormat | null;
|
||||
locale?: string | null;
|
||||
weekStart?: number | null;
|
||||
};
|
||||
} & DefaultSession["user"];
|
||||
}
|
||||
|
||||
interface User extends DefaultUser {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue