From 71e40643d7abb3bde4b59e58b67dc0f894bed944 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Tue, 25 Jan 2022 11:12:57 +0000 Subject: [PATCH] feat(frontend): (flyby fix) closes #532 --- packages/frontend/src/views/auth/Registration.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/frontend/src/views/auth/Registration.vue b/packages/frontend/src/views/auth/Registration.vue index cf91b7305..fc0f5f776 100644 --- a/packages/frontend/src/views/auth/Registration.vue +++ b/packages/frontend/src/views/auth/Registration.vue @@ -41,13 +41,13 @@ @@ -127,7 +131,7 @@ {{ this.pwdSuggestions ? this.pwdSuggestions - : this.form.password + : this.form.password && this.form.password === this.form.passwordConf ? 'Looks good.' : null }}