1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +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

@@ -63,7 +63,7 @@ class GenerateShareLink 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