Skip to content

Commit bcdd904

Browse files
fix: ensure to mark StartInteractiveLoginOptions as optional
1 parent 4824b93 commit bcdd904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ export class Auth0Client {
730730
}
731731

732732
async startInteractiveLogin(
733-
options: StartInteractiveLoginOptions
733+
options: StartInteractiveLoginOptions = {}
734734
): Promise<NextResponse> {
735735
return this.authClient.startInteractiveLogin(options);
736736
}

0 commit comments

Comments
 (0)