Skip to content

Commit e085854

Browse files
committed
ref: change pairing url to hash based one
1 parent f7dcd3f commit e085854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/commands/login/index.ts

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

298298
function buildPairingUrl(requestId: string): string {
299-
return `https://bee.computer/connect/${requestId}`;
299+
return `https://bee.computer/connect#${requestId}`;
300300
}
301301

302302
function getDefaultAppId(env: Environment): string {

0 commit comments

Comments
 (0)