mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Fix eslint errors
This commit is contained in:
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
|
||||
},
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user