Remove openid test client
This commit is contained in:
@@ -435,8 +435,6 @@ async function start() {
|
||||
|
||||
await util.promisify(gHttpServer.listen.bind(gHttpServer))(constants.PORT, '127.0.0.1');
|
||||
await safe(eventlog.add(eventlog.ACTION_START, { userId: null, username: 'boot' }, { version: constants.VERSION })); // can fail if db down
|
||||
|
||||
try { await oidc.clients.add('foo', 'bar', 'https://openidconnect.net/callback'); } catch (e) { console.log('Client already exists', e); }
|
||||
}
|
||||
|
||||
async function stop() {
|
||||
|
||||
Reference in New Issue
Block a user