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
8b3008a5
Commit
8b3008a5
authored
Oct 22, 2021
by
Petar Hristov
💬
Browse files
Merge remote-tracking branch 'remotes/origin/master' into Hotfix/64-releaseUDE
parents
5019e5d0
8be09753
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
8b3008a5
{
"name"
:
"@coscine/login"
,
"version"
:
"1.1
6
.0"
,
"version"
:
"1.1
7
.0"
,
"private"
:
true
,
"directories"
:
{
"doc"
:
"docs"
...
...
src/assets/orcid_24x24.png
0 → 100644
View file @
8b3008a5
1.37 KB
src/components/LoginMain.vue
View file @
8b3008a5
...
...
@@ -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 @
8b3008a5
...
...
@@ -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>
...
...
yarn.lock-workspace
View file @
8b3008a5
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