mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:53:23 +02:00
upgrade node to latest version v17.9.0 (#500)
* upgrade node to latest version v17.9.0 Signed-off-by: Denis Barbaron <denis.barbaron@orange.com> * remove useless comments in karma configuration file Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = function(options) {
|
||||
|
||||
var relyingParty = new openid.RelyingParty(
|
||||
urljoin(options.appUrl, '/auth/openid/verify')
|
||||
, null // Realm (optional, specifies realm for OpenID authentication)
|
||||
, null // Realm (optional, specifies realm for OpenID authentication)
|
||||
, false // Use stateless verification
|
||||
, false // Strict mode
|
||||
, extensions)
|
||||
|
||||
Reference in New Issue
Block a user