Skip to content

Commit b631938

Browse files
renamed method in client.ts to startInteractiveLogin
1 parent a42d6e0 commit b631938

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
@@ -515,7 +515,7 @@ export class Auth0Client {
515515
return new RequestCookies(headers);
516516
}
517517

518-
async interactiveLogin(
518+
async startInteractiveLogin(
519519
options: StartInteractiveLoginOptions
520520
): Promise<NextResponse> {
521521
return this.authClient.startInteractiveLogin(options);

0 commit comments

Comments
 (0)