Skip to content

Commit e1a2347

Browse files
authored
Update name of node-openid-client library
fixes: #69
1 parent d73b1d5 commit e1a2347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ep_openid_connect/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const Ajv = require('ajv/dist/jtd');
44
const {URL} = require('url');
5-
const {Issuer, generators} = require('@etherpad/node-openid-client');
5+
const {Issuer, generators} = require('ether-node-openid-client');
66

77
let logger = {};
88
for (const level of ['debug', 'info', 'warn', 'error']) {

0 commit comments

Comments
 (0)