Skip to content

Commit 3f536ab

Browse files
author
CI Fix
committed
updates to lib/requests/auth-request.mjs
1 parent b935bdf commit 3f536ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/requests/auth-request.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import url from 'url';
22
import debugModule from '../debug.mjs';
3-
import IDToken from '@solid/oidc-op/src/IDToken';
3+
import IDToken from '@solid/oidc-op/src/IDToken.js';
44

55
const debug = debugModule.authentication;
66

0 commit comments

Comments
 (0)