diff options
author | Michael Foiani <sotech117@michaels-mbp-3.devices.brown.edu> | 2019-09-05 22:06:52 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.devices.brown.edu> | 2019-09-05 22:06:52 -0400 |
commit | 87dd2d25e23b660c71742a97a39e210a154eca6e (patch) | |
tree | f1d4856629d398eb5cfa19e6e35e8a412d267e0e /src/components/mao-account.js | |
parent | 756a3eff2bdb28499287bd9795875be854d12f3c (diff) |
Updated all the dated text for the new year. Also allowed new class of 2023 to sign up.
Diffstat (limited to 'src/components/mao-account.js')
-rw-r--r-- | src/components/mao-account.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mao-account.js b/src/components/mao-account.js index 75a54f1..0c3066d 100644 --- a/src/components/mao-account.js +++ b/src/components/mao-account.js @@ -207,7 +207,7 @@ class MaoAccount extends connect(store)(PageViewElement) { if( emailElement.value.includes('2022') || emailElement.value.includes('2021') || emailElement.value.includes('2020') || - emailElement.value.includes('2019') + emailElement.value.includes('2023') ) { if(divisonElement.value == "") { |