Merge pull request #15624 from brave/issues/26205

Remove --no-browser flag.
This commit is contained in:
Brian Johnson
2022-10-28 09:56:20 -07:00
committed by GitHub
+1 -1
View File
@@ -643,7 +643,7 @@ const util = {
const gomaLoginInfo = util.runProcess('goma_auth', ['info'], options)
if (gomaLoginInfo.status !== 0) {
console.log('Login required for using Goma. This is only needed once')
util.run('goma_auth', ['login', '--no-browser'], options)
util.run('goma_auth', ['login'], options)
}
util.run('goma_ctl', ['ensure_start'], options)
}