1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00

repair goup change bug

This commit is contained in:
shanshuirenjia
2018-12-06 14:39:21 +08:00
parent 16d6b9c6d0
commit fc3b1d5b77
8 changed files with 52 additions and 45 deletions

View File

@@ -55,7 +55,7 @@ class GenerateUploadLink extends React.Component {
}
generatePassword = () => {
let val = Math.random().toString(36).substr(2);
let val = Math.random().toString(36).substr(5);
this.setState({
password: val,
passwordnew: val