mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
chore: add debug logs
This commit is contained in:
parent
befcef6dd2
commit
0c3b7e8d4a
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
|
|||
return;
|
||||
}
|
||||
|
||||
console.log('Apple login response:', payload, idToken, sub, email, name); // eslint-disable-line no-console
|
||||
resolve({
|
||||
token: idToken,
|
||||
sub: sub,
|
||||
|
|
|
|||
Loading…
Reference in a new issue