mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
fix(files_sharing): clear the password after saving
Signed-off-by: Kent Delante <kent@delante.me>
This commit is contained in:
@@ -1091,6 +1091,11 @@ export default {
|
||||
}))
|
||||
}
|
||||
|
||||
// clear the password after saving
|
||||
if (this.share.newPassword) {
|
||||
this.$set(this.share, 'newPassword', undefined)
|
||||
}
|
||||
|
||||
this.$emit('close-sharing-details')
|
||||
},
|
||||
/**
|
||||
|
||||
Vendored
-2
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
-1
@@ -1 +0,0 @@
|
||||
539-539.js.license
|
||||
Vendored
+2
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
5538-5538.js.license
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user