Skip to content

Commit 60a93e7

Browse files
jakobheroroboquat
authored andcommitted
Fix location prop in analytics login call
1 parent 9d3e13a commit 60a93e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/auth/login-completion-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class LoginCompletionHandler {
9191
event: "login",
9292
properties: {
9393
"loginContext": authHost,
94-
"location": (request.header as any)["x-glb-client-city-lat-long"]
94+
"location": request.headers["x-glb-client-city-lat-long"]
9595
}
9696
});
9797
}

0 commit comments

Comments
 (0)