[CST-5309] Added LoginOrcid component

This commit is contained in:
Luca Giamminonni
2021-04-14 15:17:18 +02:00
committed by Luca Giamminonni
parent 45887154b6
commit e68e605211
7 changed files with 280 additions and 1 deletions

View File

@@ -34,6 +34,11 @@ export class AuthMethod {
this.location = location;
break;
}
case 'orcid': {
this.authMethodType = AuthMethodType.Orcid;
this.location = location;
break;
}
default: {
break;