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:
@@ -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
|
||||
|
Reference in New Issue
Block a user