mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
[CST-5309] Added LoginOrcid component
This commit is contained in:

committed by
Luca Giamminonni

parent
45887154b6
commit
e68e605211
@@ -34,6 +34,11 @@ export class AuthMethod {
|
||||
this.location = location;
|
||||
break;
|
||||
}
|
||||
case 'orcid': {
|
||||
this.authMethodType = AuthMethodType.Orcid;
|
||||
this.location = location;
|
||||
break;
|
||||
}
|
||||
|
||||
default: {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user