Skip to content

Commit

Permalink
Fix location prop in analytics login call
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhero authored and roboquat committed Sep 28, 2021
1 parent 9d3e13a commit 60a93e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/src/auth/login-completion-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class LoginCompletionHandler {
event: "login",
properties: {
"loginContext": authHost,
"location": (request.header as any)["x-glb-client-city-lat-long"]
"location": request.headers["x-glb-client-city-lat-long"]
}
});
}
Expand Down

0 comments on commit 60a93e7

Please sign in to comment.