mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 10:50:24 +00:00
Update translation (#5378)
* update translation * [l10n] update * [user settings] WebDAV Password: fixup & improvements * [i18n] fixed text * upgrade transifex * update local command * pull & make * update po.files * [l10n] update * update translation --------- Co-authored-by: llj <lingjun.li1@gmail.com>
This commit is contained in:
@@ -59,8 +59,7 @@ class SetWebdavPassword extends Component {
|
||||
generatePassword = () => {
|
||||
let randomPassword = Utils.generatePassword(webdavSecretMinLength);
|
||||
this.setState({
|
||||
password: randomPassword,
|
||||
isPasswordVisible: true
|
||||
password: randomPassword
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user