Skip to content

Commit

Permalink
fixup! Upgrade @nextcloud/vue lib and improve password confirmation…
Browse files Browse the repository at this point in the history
… dialog

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Oct 5, 2023
1 parent d14aada commit 5bc2765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PasswordDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<NcButton type="primary"
class="dialog__button"
:disabled="password === null"
:disabled="!password"
:aria-label="confirmText"
@click="confirm">
{{ confirmText }}
Expand Down

0 comments on commit 5bc2765

Please sign in to comment.