diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-02-24 11:23:16 -0600 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-02-24 11:23:16 -0600 |
| commit | 39e3917118293912b2af09f509457d718f0207c9 (patch) | |
| tree | 81010b23357cacb92c6f1d374a7b7bc502e5d804 /src | |
| parent | 86561592d002b08d6b2cd9549e8057a4ffd091cb (diff) | |
Remove unneccessary nested
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/registration/registration.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/registration/registration.js b/src/components/registration/registration.js index fd2942a5..1d8109e4 100644 --- a/src/components/registration/registration.js +++ b/src/components/registration/registration.js @@ -24,11 +24,6 @@ const registration = { required, sameAsPassword: sameAs('password') } - }, - nested: { - required: requiredIf(function (nestedModel) { - return this.accountActivationRequired - }) } }, created () { |
