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 ,
@@ -1811,8 +1812,6 @@ export class Clerk implements ClerkInterface {
18111812 navigate : ( to : string ) => Promise < unknown > ;
18121813 } ,
18131814 ) : Promise < unknown > => {
1814- debugger ;
1815-
18161815 if ( ! this . loaded || ! this . environment || ! this . client ) {
18171816 return ;
18181817 }
You can’t perform that action at this time.
0 commit comments