File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import debugModule from './../debug.mjs' ;
22import validUrl from 'valid-url' ;
3- import webid from '../webid/tls/index.mjs' ;
3+ import * as webid from '../webid/tls/index.mjs' ;
44import provider from '@solid/oidc-auth-manager/src/preferred-provider.js' ;
5- import { domainMatches } from '@solid/oidc-auth-manager/src/oidc-manager.js' ;
5+ import oidcManager from '@solid/oidc-auth-manager/src/oidc-manager.js' ;
6+ const { domainMatches } = oidcManager ;
67
78const debug = debugModule . authentication ;
89
Original file line number Diff line number Diff line change 1- import webidTls from '../webid/tls/index.mjs' ;
1+ import * as webidTls from '../webid/tls/index.mjs' ;
22import forge from 'node-forge' ;
3- import utils from '../utils.mjs' ;
3+ import * as utils from '../utils.mjs' ;
44
55class WebIdTlsCertificate {
66 constructor ( options = { } ) {
You can’t perform that action at this time.
0 commit comments