diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-04-26 23:29:03 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-04-26 23:29:03 -0300 |
| commit | 14ca7504904bef8b5148ca710325e69ef6608e5c (patch) | |
| tree | 4bbab7dc12673278da283eb3a34b64cb71b00c48 | |
| parent | 92d90d22435b7c39c731c1e9d2f942a8b74bfc8a (diff) | |
| parent | 55db7ef9a26e2e2c73fb907c84d146f6bd8763aa (diff) | |
| download | mullvadvpn-14ca7504904bef8b5148ca710325e69ef6608e5c.tar.xz mullvadvpn-14ca7504904bef8b5148ca710325e69ef6608e5c.zip | |
Merge branch 'increase-placeholder-token'
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | app/components/Login.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f7329f471d..57cc9a58fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ Line wrap the file at 100 chars. Th - Bundle an IP address with the app and introduce a disk cache fallback method for when the DNS resolution of the Mullvad API server hostname fails. - Manage firewall rules on Windows depending on connection state. +- Improve account token hint to be the same length as an expected token. ### Fixed - Fix a bug in account input field that advanced the cursor to the end regardless its prior diff --git a/app/components/Login.js b/app/components/Login.js index fb2930e35f..b711f089b5 100644 --- a/app/components/Login.js +++ b/app/components/Login.js @@ -306,7 +306,7 @@ export default class Login extends Component<LoginPropTypes, State> { <View style={ styles.account_input_backdrop}> <AccountInput style={styles.account_input_textfield} type="text" - placeholder="e.g 0000 0000 0000" + placeholder="0000 0000 0000 0000" placeholderTextColor={colors.blue40} onFocus={ this._onFocus } onBlur={ this._onBlur } |
