feat: support oidc picture if available
This commit is contained in:
parent
5f6460f42f
commit
9c8a2c0120
3 changed files with 15 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ export type SessionData = {
|
|||
name: string;
|
||||
email?: string;
|
||||
username?: string;
|
||||
picture?: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue