From 5bbc0e0bb5f4a0c95674e6879975e6b5121b421e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 29 Mar 2022 15:35:18 +0300 Subject: lint + fixes for registration --- src/components/registration/registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/registration/registration.js') diff --git a/src/components/registration/registration.js b/src/components/registration/registration.js index 531cc480..a792fb7b 100644 --- a/src/components/registration/registration.js +++ b/src/components/registration/registration.js @@ -24,7 +24,7 @@ const registration = { password: { required }, confirm: { required, - sameAsPassword: sameAs('password') + sameAs: sameAs(this.password) }, reason: { required: requiredIf(() => this.accountApprovalRequired) } } -- cgit v1.2.3-70-g09d2