mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Correctly check for current username when deploying
This commit is contained in:
@@ -661,7 +661,8 @@ var claim = function (site) {
|
||||
});
|
||||
|
||||
if (result.errorMessage) {
|
||||
if (! auth.currentUsername() &&
|
||||
auth.pollForRegistrationCompletion();
|
||||
if (! auth.loggedInUsername() &&
|
||||
auth.registrationUrl()) {
|
||||
process.stderr.write(
|
||||
"You need to set a password on your Meteor developer account before\n" +
|
||||
|
||||
Reference in New Issue
Block a user