fixes
This commit is contained in:
parent
5fd587839d
commit
632659c256
|
@ -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
|
||||
|
|
|
@ -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
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue