mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Fix eslint errors
This commit is contained in:
parent
c3df22070c
commit
97269b3aa8
2 changed files with 41 additions and 39 deletions
10
lib/cli.js
10
lib/cli.js
|
@ -603,12 +603,12 @@ program
|
|||
}
|
||||
|
||||
require('./units/auth/openid')({
|
||||
port: options.port,
|
||||
secret: options.secret,
|
||||
appUrl: options.appUrl,
|
||||
openid: {
|
||||
port: options.port
|
||||
, secret: options.secret
|
||||
, appUrl: options.appUrl
|
||||
, openid: {
|
||||
identifierUrl: options.openidIdentifierUrl
|
||||
},
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue