-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pinless authentication. Finishes #1999
- Loading branch information
Scott Corgan
committed
Mar 26, 2014
1 parent
3a76374
commit 004fe50
Showing
4 changed files
with
50 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ module.exports = { | |
DOMAIN_IN_USE: 'That domain is already in use.', | ||
FILES_NOT_RELEASED: 'Not all files released.', | ||
DIRECTORY_NOT_APP: 'The current directory is not an app.', | ||
UNABLE_TO_AUTHENTICATE_TICKET: 'There was a problem authenticating. Please try again or contact [email protected]', | ||
|
||
// missing | ||
MISSING_CONFIG_KEY: 'Config key name required', | ||
|
@@ -21,6 +22,7 @@ module.exports = { | |
INVALID_CREDENTIALS: 'Invalid credentials.', | ||
INVALID_APP_NAME: 'Invalid app name.', | ||
INVALID_ENVIRONMENT: 'Invalid environment.', | ||
INVALID_TICKET: 'The authentication ticket is expired or invalid. Please try again.', | ||
|
||
// Upgrad | ||
UPGRADE_TO_USE_FEATURE: 'You must upgrade to a paid plain in order to use this feature.', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters