mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(app): apple login types
This commit is contained in:
parent
2ce1619313
commit
5acc32411d
1 changed files with 4 additions and 1 deletions
5
src/types/global.d.ts
vendored
5
src/types/global.d.ts
vendored
|
|
@ -42,8 +42,11 @@ declare global {
|
|||
id_token: string;
|
||||
state?: string;
|
||||
};
|
||||
user: string;
|
||||
email?: string;
|
||||
fullName?: {
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
};
|
||||
}>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue