microsoft / appcenter-cli

Command-line Interface (CLI) for Visual Studio App Center
https://appcenter.ms/
MIT License
581 stars 234 forks source link

Fix login command #2460

Closed DmitriyKirakosyan closed 11 months ago

DmitriyKirakosyan commented 11 months ago

This PR resolves an issue with the login command. Although appcenter login currently reports success, it fails to save the token, causing authorization errors in subsequent commands.

Using locally set token instead of this.token solves the issue.