mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Update useAppleLogin.ts
This commit is contained in:
parent
66abce42c5
commit
3aac148258
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
|
||||||
usePopup: true,
|
usePopup: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
window.AppleID.auth.signIn().then((response: AppleSignInResponse) => {
|
window.AppleID.auth.signIn().then((response: AppleSignInResponse) => {
|
||||||
if (response.authorization) {
|
if (response.authorization) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue