From ee29eb14aa8675c7248b65e76d0c93782cfcf755 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 18 Dec 2024 13:41:25 +0200 Subject: [PATCH] fix password enter --- client/src/views/user/modals/password.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/user/modals/password.js b/client/src/views/user/modals/password.js index 4455ee6dba..cbcbf119db 100644 --- a/client/src/views/user/modals/password.js +++ b/client/src/views/user/modals/password.js @@ -96,7 +96,7 @@ export default class extends ModalView { * @return {import('views/record/edit').default} */ getRecordView() { - this.getView('record'); + return this.getView('record'); } actionApply() {