]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
reset password field visibility 840/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 29 Apr 2022 04:07:25 +0000 (21:07 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 29 Apr 2022 04:07:25 +0000 (21:07 -0700)
src-ui/src/app/components/document-detail/document-detail.component.ts

index f6fdc1b86a732aa6569f3dd7a62069be3abb6832..4577b6f4d7c77e53e2a07c2cc66dec5aadb2c301 100644 (file)
@@ -244,6 +244,7 @@ export class DocumentDetailComponent
 
   updateComponent(doc: PaperlessDocument) {
     this.document = doc
+    this.requiresPassword = false
     this.documentsService
       .getMetadata(doc.id)
       .pipe(first())