sumba 2.34.1 → 2.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
- package/wiki/CHANGES.md +1 -0
package/index.js
CHANGED
|
@@ -395,7 +395,7 @@ async function factory (pkgName) {
|
|
|
395
395
|
}
|
|
396
396
|
const redir = routePath(this.config.redirect.signin, { query, params })
|
|
397
397
|
req.session.ref = req.url
|
|
398
|
-
throw this.error('_redirect', {
|
|
398
|
+
throw this.error('_redirect', { path: redir })
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
verifyApiKey = async (req, reply, source, payload) => {
|
package/package.json
CHANGED