]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Change: allow generate auth token without a usable password (#8824)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 19 Jan 2025 21:49:16 +0000 (13:49 -0800)
committerGitHub <noreply@github.com>
Sun, 19 Jan 2025 21:49:16 +0000 (13:49 -0800)
src-ui/src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html

index f9d57baf3ee73a9d6144aefddd8a99c4ce4420f2..a8627f19cb2afa5bbeff74293726667118a6beb4 100644 (file)
@@ -48,7 +48,6 @@
                   i18n-title
                   buttonClasses=" btn-outline-secondary"
                   iconName="arrow-repeat"
-                  [disabled]="!hasUsablePassword"
                   (confirm)="generateAuthToken()">
                 </pngx-confirm-button>
               </div>