Changing to returning a boolean, but tokens still not being loaded

This commit is contained in:
Glen Maddern 2025-03-31 21:16:21 +11:00
parent 412b5d9486
commit 9fbba0509c
4 changed files with 33 additions and 20 deletions

View file

@ -42,9 +42,9 @@ async function runClient(serverUrl: string, callbackPort: number, clean: boolean
clean,
})
// If we got auth from another instance, pre-populate with the received code
// If auth was completed by another instance, just log that we'll use the auth from disk
if (skipBrowserAuth) {
log('Using auth code from another instance')
log('Authentication was completed by another instance - will use tokens from disk')
}
// Create the client