Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
frontend
apps
Login
Commits
39a0113a
Commit
39a0113a
authored
Oct 11, 2021
by
Hanna Führ
Committed by
Petar Hristov
Oct 11, 2021
Browse files
Update: Added UDE and fixed content warning
parent
cc460791
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
src/assets/orcid_24x24.png
0 → 100644
View file @
39a0113a
1.37 KB
src/components/LoginMain.vue
View file @
39a0113a
...
...
@@ -8,7 +8,7 @@
<div>
<button
class=
"btn btn-primary w-100"
name=
"getORCiDForm"
@
click.prevent=
"clickGetORCiDForm"
>
<span>
<img
alt=
"ORCID logo"
id=
"orcid-id-logo"
src=
"https://orcid.org/sites/default/files/image
s/orcid_24x24.png
"
width=
"23"
height=
"20"
/>
<img
alt=
"ORCID logo"
id=
"orcid-id-logo"
src=
'@/asset
s/orcid_24x24.png
'
width=
"23"
height=
"20"
/>
</span>
<span>
{{
$t
(
'
login_button_orcid
'
)
}}
</span>
</button>
...
...
src/components/LogoutMain.vue
View file @
39a0113a
...
...
@@ -4,7 +4,7 @@
<div
class=
"row"
v-show=
"orcidLoggedIn"
>
<button
class=
"btn btn-primary w-100"
@
click.prevent=
"clickLogoutOrcid"
>
<span>
<img
alt=
"ORCID logo"
id=
"orcid-id-logo"
src=
"https://orcid.org/sites/default/files/image
s/orcid_24x24.png
"
width=
"25"
height=
"25"
/>
<img
alt=
"ORCID logo"
id=
"orcid-id-logo"
src=
'@/asset
s/orcid_24x24.png
'
width=
"25"
height=
"25"
/>
</span>
<span>
{{
$t
(
'
logout_button_orcid
'
)
}}
</span>
</button>
...
...
src/data/dfnaai.json
View file @
39a0113a
{
"https://idp.uni-duisburg-essen.de/idp/shibboleth"
:
{
"DisplayName"
:
{
"de"
:
"Universität Duisburg-Essen"
,
"en"
:
"Universität Duisburg-Essen"
}
},
"https://login.fh-aachen.de/idp/shibboleth"
:
{
"DisplayName"
:
{
"de"
:
"Fachhochschule Aachen"
,
...
...
yarn.lock-workspace
View file @
39a0113a
This diff is collapsed.
Click to expand it.
CoscineBot
⚙
@CoscineBot
mentioned in commit
8be09753
·
Oct 11, 2021
mentioned in commit
8be09753
mentioned in commit 8be0975371ff57d4b1ff2181c0291e43c5be57dc
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment