diff --git a/src/commands/auth/login.ts b/src/commands/auth/login.ts index fff47088..aa017be6 100644 --- a/src/commands/auth/login.ts +++ b/src/commands/auth/login.ts @@ -52,6 +52,8 @@ export default class AuthLogin extends Command { } catch (error) { this.error(`User setup failed. ${getErrorMessage(error)}`); } + + this.log('\nLogin completed successfully.'); } private startServerAndAwaitCode(authUrl: string, expectedState: string): Promise {