Skip to content

Commit

Permalink
fixup! submit: add support for checking imat tokens
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Nov 13, 2023
1 parent fec2bb3 commit 06867f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ func (s *submitServer) parseRequest(w http.ResponseWriter, req *http.Request, re
if p.VerifiedUserID != userID {
log.Printf("Mismatching user ID (verified: %s, input: %s), overriding...", p.VerifiedUserID, userID)
}
p.Data["verified_device_id"] = p.VerifiedDeviceID
p.Data["user_id"] = p.VerifiedUserID
}
} else {
Expand Down

0 comments on commit 06867f0

Please sign in to comment.