File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
packages/openneuro-app/src/scripts/errors Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ function ErrorRoute() {
1515 < Routes >
1616 < Route path = "github" element = { < FourOThreePage /> } />
1717 < Route path = "orcid" element = { < OrcidGeneral /> } />
18+ < Route path = "orcid/unknown" element = { < OrcidGeneral /> } />
1819 < Route path = "email-warning" element = { < OrcidEmailWarning /> } />
1920 < Route path = "*" element = { < FourOFourPage /> } />
2021 </ Routes >
Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ import React from "react"
33const OrcidError = ( ) => (
44 < div className = "panel-heading" >
55 < h2 > There was an issue authenticating with your ORCID account.</ h2 >
6+ < p >
7+ This may be a temporary issue, please try again later. Ensure that your
8+ ORCID profile has one email address available to OpenNeuro following{ " " }
9+ < a href = "https://docs.openneuro.org/orcid.html#enabling-trusted-access-to-emails" >
10+ our documentation
11+ </ a > { " " }
12+ and try again.
13+ </ p >
14+ < p >
15+ If this issue persists, please contact support and include the ORCID
16+ account you're attempting to login with.
17+ </ p >
618 </ div >
719)
820
You can’t perform that action at this time.
0 commit comments