Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions parsecli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ To save time logging in, you should create an account key.
fmt.Fprintln(
e.Out,
`Type "parse configure accountkey" to create a new account key.
Read more at: https://parse.com/docs/js/guide#command-line-account-keys`)
Read more at: https://parse.com/docs/cloudcode/guide#command-line-account-keys`)
return "", stackerr.New("Account key not configured")
}

Expand Down Expand Up @@ -289,7 +289,7 @@ func (l *Login) AuthUser(e *Env, strict bool) error {
fmt.Fprintln(
e.Out,
`Type "parse configure accountkey" to create a new account key.
Read more at: https://parse.com/docs/js/guide#command-line-account-keys
Read more at: https://parse.com/docs/cloudcode/guide#command-line-account-keys

Please login to Parse using your email and password.`,
)
Expand Down