tangled
alpha
login
or
join now
aesthetic.computer
/
core
1
fork
atom
Monorepo for Aesthetic.Computer
aesthetic.computer
1
fork
atom
overview
issues
pulls
pipelines
fix ac-login
prompt.ac/@jeffrey
1 week ago
f2f756d7
195d27a3
+1
-1
1 changed file
expand all
collapse all
unified
split
tezos
ac-login.mjs
+1
-1
tezos/ac-login.mjs
reviewed
···
261
261
262
262
console.log('🌐 Opening browser for authentication...\n');
263
263
console.log(' If your browser doesn\'t open, visit:');
264
264
-
console.log(` ${authUrl.toString().slice(0, 80)}...\n`);
264
264
+
console.log(` ${authUrl.toString()}\n`);
265
265
266
266
openBrowser(authUrl.toString());
267
267
console.log('⏳ Waiting for authentication...\n');