File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,12 @@ watch(status, () => {
2020 <CardTitle >We're signing you in...</CardTitle >
2121 </Card >
2222 <Card v-else-if =" status == 'error'" >
23- <CardText >{{ error }}</CardText >
23+ <CardText >
24+ <strong >Error:</strong > {{ error?.data.error }}
25+ <br />
26+ If this is a mistake, please reply to your log in link email letting us
27+ know.
28+ </CardText >
2429 </Card >
2530 <Card v-else-if =" status == 'success'" >
2631 <CardTitle >You are being redirected</CardTitle >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { apiLogger } from '../logger';
1111const secret = process . env . JWT_SECRET ! ;
1212const webmasters = process . env . WEBMASTERS ! . split ( ',' ) ;
1313
14- const START_OF_ACADEMIC_YEAR = 10 ; // October
14+ const START_OF_ACADEMIC_YEAR = 9 ; // September
1515
1616// Determine the current academic year based on if we are past October or not.
1717const now = new Date ( ) ;
You can’t perform that action at this time.
0 commit comments