@digifi/periodicjs.ext.oauth2server
Advanced tools
Comparing version 11.0.1 to 11.0.2
@@ -18,3 +18,3 @@ 'use strict'; | ||
// themefileext: appSettings.templatefileextension, | ||
extname: 'periodicjs.ext.oauth2server', | ||
extname: '@digifi/periodicjs.ext.oauth2server', | ||
}; | ||
@@ -21,0 +21,0 @@ const viewdata = { |
@@ -67,3 +67,3 @@ { | ||
}, | ||
"version": "11.0.1" | ||
"version": "11.0.2" | ||
} |
@@ -12,10 +12,10 @@ { | ||
"manifests": [ | ||
"node_modules/periodicjs.ext.oauth2server/views/reactadmin/manifests" | ||
"node_modules/@digifi/periodicjs.ext.oauth2server/views/reactadmin/manifests" | ||
], | ||
"unauthenticated_manifests": [ | ||
"node_modules/periodicjs.ext.oauth2server/views/reactadmin/unauthenticated_manifests" | ||
"node_modules/@digifi/periodicjs.ext.oauth2server/views/reactadmin/unauthenticated_manifests" | ||
], | ||
"navigation": "node_modules/periodicjs.ext.oauth2server/views/reactadmin/components/navigation.manifest.js" | ||
"navigation": "node_modules/@digifi/periodicjs.ext.oauth2server/views/reactadmin/components/navigation.manifest.js" | ||
} | ||
} | ||
} |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const passportExtSettings = periodic.settings.extensions['periodicjs.ext.passport']; | ||
const oauth2serverExtSettings = periodic.settings.extensions['periodicjs.ext.oauth2server']; | ||
const oauth2serverExtSettings = periodic.settings.extensions['@digifi/periodicjs.ext.oauth2server']; | ||
/** | ||
@@ -12,0 +12,0 @@ * validates user password |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1228263