We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d943f02 commit ad29bd0Copy full SHA for ad29bd0
1 file changed
src/auth.js
@@ -123,7 +123,9 @@ function registerOauth() {
123
}
124
125
if (req.hostname !== redirectURL.hostname) {
126
- const originalUrl = getOriginalUrl(req, res)
+ const originalUrl = getOriginalUrl(req)
127
+
128
+ logger.debug("Cached original url: ", originalUrl)
129
130
const sessionID = uuidv4()
131
@@ -188,7 +190,7 @@ function registerFakeAuth() {
188
190
189
191
192
193
194
195
196
0 commit comments