Skip to content

Commit ad8b011

Browse files
authored
Removed the check for the terms of use consent, since it's not used (#1705)
1 parent 4f63682 commit ad8b011

File tree

1 file changed

+0
-4
lines changed
  • src/components/users/signin/ko/runtime

1 file changed

+0
-4
lines changed

src/components/users/signin/ko/runtime/signin.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ export class Signin {
104104
password: this.password
105105
};
106106

107-
if (this.termsEnabled() && this.isConsentRequired()) {
108-
validationGroup["consented"] = this.consented;
109-
}
110-
111107
const result = validation.group(validationGroup);
112108

113109
const clientErrors = result();

0 commit comments

Comments
 (0)