Skip to content

Commit

Permalink
improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethella committed Dec 12, 2024
1 parent a1c014a commit ab0dfc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@magic-ext/oauth2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ export class OAuthExtension extends Extension.Internal<'oauth2'> {
resolve(redirectURI);
} else {
window.location.href = redirectURI;
resolve(null);
}
}

resolve(null);
});
}
Expand Down

0 comments on commit ab0dfc7

Please sign in to comment.