Skip to content

Commit fde7edc

Browse files
committed
chore: remove reference to RSD from login info
1 parent ed37151 commit fde7edc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/components/login/LoginDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function LoginDialog({providers,open, onClose}: LoginDialogProps)
9696
</List>
9797
{host.login_info_url &&
9898
<p className="text-base-content-disabled text-sm">
99-
You can find more information on signing in to the RSD in our <a href={host.login_info_url} target="_blank" rel="noreferrer"><strong>documentation</strong></a>.
99+
You can find more information on signing in in our <a href={host.login_info_url} target="_blank" rel="noreferrer"><strong>documentation</strong></a>.
100100
</p>
101101
}
102102
</>

frontend/pages/api/fe/auth/orcid.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ export async function orcidInfo() {
6767
name: 'ORCID',
6868
redirectUrl,
6969
html: `
70-
Sign in with ORCID is supported <strong>only for persons approved by the RSD administrators</strong>.
71-
Contact us on [email protected] if you wish to login with your ORCID.
70+
Sign in with ORCID is supported <strong>only for persons approved by the administrators</strong>.
71+
Contact us if you wish to login with your ORCID.
7272
`
7373
}
7474
}

0 commit comments

Comments
 (0)