Skip to content

Commit 770d0b0

Browse files
author
sw-yx
committed
add cookie
1 parent 595cb1c commit 770d0b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/netlify-identity.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function runRoutes() {
173173
const [key, value] = pair.split("=")
174174
params[key] = value
175175
})
176+
console.log({ params })
176177
if (!!document && params["store"]) {
177178
document.cookie = `nf_jwt=${params["store"]}`
178179
}

0 commit comments

Comments
 (0)