Skip to content

Commit b7d5d95

Browse files
committed
fix(auth): update pairing url
1 parent 549a0fb commit b7d5d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/commands/auth/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ async function pollForAppToken(opts: {
317317
}
318318

319319
function buildPairingUrl(requestId: string): string {
320-
return `https://bee.computer.connect/${requestId}`;
320+
return `https://bee.computer/connect/${requestId}`;
321321
}
322322

323323
function getDefaultAppId(env: Environment): string {

0 commit comments

Comments
 (0)