mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
chore: add testing logs
This commit is contained in:
parent
846445001c
commit
b86887e111
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
|
|||
const idToken = response.authorization.id_token;
|
||||
const email = response.email || '';
|
||||
const payload = jwtDecode.jwtDecode(response.authorization.id_token);
|
||||
console.log('Decoded id_token:', payload); // eslint-disable-line no-console
|
||||
const sub = payload.sub;
|
||||
|
||||
let name = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue