This commit is contained in:
Diamantis Tziotzios 2019-11-15 16:30:43 +02:00
parent 5fd587839d
commit 632659c256
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,8 @@ facebook.login.namespace=
b2access.externallogin.user_info_url=https://b2access-integration.fz-juelich.de:443/oauth2/userinfo
b2access.externallogin.access_token_url=https://b2access-integration.fz-juelich.de:443/oauth2/token
b2access.externallogin.redirect_uri=http://opendmp.eu/api/oauth/authorized/b2access
b2access.externallogin.clientid=
b2access.externallogin.clientSecret=
#############ORCID CONFIGURATIONS#########
orcid.login.client_id=APP-766DI5LP8T75FC4R

View File

@ -26,7 +26,7 @@ export class SidebarFooterComponent extends BaseComponent implements OnInit {
constructor(
private dialog: MatDialog,
private language: TranslateService,
private router: Router,
public router: Router,
private contactSupportService: ContactSupportService,
private uiNotificationService: UiNotificationService
) {