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
a0a3c1f2
Commit
a0a3c1f2
authored
Oct 11, 2021
by
Petar Hristov
💬
Browse files
Merge branch 'Sprint/2021-19' into 'master'
Sprint/2021 19 See merge request
!69
parents
cc460791
39a0113a
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/assets/orcid_24x24.png
0 → 100644
View file @
a0a3c1f2
1.37 KB
src/components/LoginMain.vue
View file @
a0a3c1f2
...
...
@@ -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 @
a0a3c1f2
...
...
@@ -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 @
a0a3c1f2
{
"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 @
a0a3c1f2
This diff is collapsed.
Click to expand it.
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