mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
reset password field visibility
This commit is contained in:
parent
268f99f8ac
commit
666641f990
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ export class DocumentDetailComponent
|
|||
|
||||
updateComponent(doc: PaperlessDocument) {
|
||||
this.document = doc
|
||||
this.requiresPassword = false
|
||||
this.documentsService
|
||||
.getMetadata(doc.id)
|
||||
.pipe(first())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue