mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
more logs on getting the referrer
This commit is contained in:
parent
28bd35ca2a
commit
fc991b76a4
@ -1,6 +1,8 @@
|
||||
import NotFound from '@/pages/NotFoundPage'
|
||||
|
||||
function setReferrerToMeta(to, from) {
|
||||
console.log('setReferrerToMeta... to=', to)
|
||||
console.log('setReferrerToMeta... from=', from)
|
||||
if (Object.keys(from.query).length) {
|
||||
to.meta.referrer = from.path
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user