@@ -497,6 +497,7 @@ describe('isRedirectForFAPIInitiatedFlow(frontendAp: string, redirectUrl: string
497
497
[ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/oauth/authorize' , true ] ,
498
498
[ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/v1/verify' , true ] ,
499
499
[ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/v1/tickets/accept' , true ] ,
500
+ [ 'clerk.foo.bar-53.lcl.dev' , 'https://clerk.foo.bar-53.lcl.dev/oauth/authorize-with-immediate-redirect' , true ] ,
500
501
[ 'clerk.foo.bar-53.lcl.dev' , 'https://google.com' , false ] ,
501
502
[ 'clerk.foo.bar-53.lcl.dev' , 'https://google.com/v1/verify' , false ] ,
502
503
] ;
@@ -516,6 +517,7 @@ describe('requiresUserInput(redirectUrl: string)', () => {
516
517
[ 'https://clerk.foo.bar-53.lcl.dev/oauth/authorize' , true ] ,
517
518
[ 'https://clerk.foo.bar-53.lcl.dev/v1/verify' , false ] ,
518
519
[ 'https://clerk.foo.bar-53.lcl.dev/v1/tickets/accept' , false ] ,
520
+ [ 'https://clerk.foo.bar-53.lcl.dev/oauth/authorize-with-immediate-redirect' , false ] ,
519
521
[ 'https://google.com' , false ] ,
520
522
[ 'https://google.com/v1/verify' , false ] ,
521
523
] ;
0 commit comments