From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 29 Apr 2022 04:07:25 +0000 (-0700) Subject: reset password field visibility X-Git-Tag: v1.8.0-beta.rc1~149^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F840%2Fhead;p=thirdparty%2Fpaperless-ngx.git reset password field visibility --- diff --git a/src-ui/src/app/components/document-detail/document-detail.component.ts b/src-ui/src/app/components/document-detail/document-detail.component.ts index f6fdc1b86a..4577b6f4d7 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.ts +++ b/src-ui/src/app/components/document-detail/document-detail.component.ts @@ -244,6 +244,7 @@ export class DocumentDetailComponent updateComponent(doc: PaperlessDocument) { this.document = doc + this.requiresPassword = false this.documentsService .getMetadata(doc.id) .pipe(first())