Browse Source
Merge pull request #1103 from gre/remove-last-placeholder
Remove empty placeholder
master
NastiaS
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/components/SettingsPage/DisablePasswordModal.js
|
|
@ -84,7 +84,6 @@ class DisablePasswordModal extends PureComponent<Props, State> { |
|
|
|
<InputPassword |
|
|
|
autoFocus |
|
|
|
type="password" |
|
|
|
placeholder={t('app:password.inputFields.currentPassword.placeholder')} |
|
|
|
id="password" |
|
|
|
onChange={this.handleInputChange('currentPassword')} |
|
|
|
value={currentPassword} |
|
|
|