Skip to content

Commit

Permalink
[eas-cli] Improve login info message for other login options (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman authored Apr 29, 2024
1 parent 479e8d0 commit 6ac1e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This is the log of notable changes to EAS CLI and related packages.

### 🐛 Bug fixes

- Improve login info message for other login options. ([#2352](https://github.com/expo/eas-cli/pull/2352) by [@wschurman](https://github.com/wschurman))

### 🧹 Chores

- Upgrade [`eas-build`](https://github.com/expo/eas-build) dependencies. ([#2351](https://github.com/expo/eas-cli/pull/2351) by [@expo-bot](https://github.com/expo-bot))
Expand Down
4 changes: 2 additions & 2 deletions packages/eas-cli/src/user/SessionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ export default class SessionManager {

Log.log(
`Log in to EAS with email or username (exit and run ${chalk.bold(
'eas login'
)} for other options)`
'eas login --help'
)} to see other login options)`
);

const { username, password } = await promptAsync([
Expand Down

0 comments on commit 6ac1e54

Please sign in to comment.