File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
packages/clerk-js/src/core Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @clerk/clerk-js ' : patch
3+ ' @clerk/clerk-react ' : patch
4+ ' @clerk/types ' : patch
5+ ---
6+
7+ Remove unused ` __internal_hasAfterAuthFlows ` property
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import type {
2828 AuthenticateWithGoogleOneTapParams ,
2929 AuthenticateWithMetamaskParams ,
3030 AuthenticateWithOKXWalletParams ,
31+ Clerk as ClerkInterface ,
3132 ClerkAPIError ,
3233 ClerkAuthenticateWithWeb3Params ,
3334 Clerk as ClerkInterface ,
@@ -1796,8 +1797,6 @@ export class Clerk implements ClerkInterface {
17961797 navigate : ( to : string ) => Promise < unknown > ;
17971798 } ,
17981799 ) : Promise < unknown > => {
1799- debugger ;
1800-
18011800 if ( ! this . loaded || ! this . environment || ! this . client ) {
18021801 return ;
18031802 }
You can’t perform that action at this time.
0 commit comments