This commit is contained in:
Maieul BOYER 2025-12-10 16:38:26 +01:00
parent 085de41194
commit eb5e4f25a1
No known key found for this signature in database
24 changed files with 1233 additions and 202 deletions

View file

@ -7,8 +7,8 @@ export type User = {
name: string;
selfInfo?: {
loginName?: string;
provider_id?: string;
provider_user?: string;
providerId?: string;
providerUser?: string;
}
};