tokens, tokens, tokens... tokens all the way down (#820, #834)

This commit is contained in:
Michael Quigley
2025-02-04 14:59:35 -05:00
parent 3a08a840e3
commit a71f9eb3b1
105 changed files with 504 additions and 505 deletions

View File

@@ -34,7 +34,7 @@ func (h *unshareHandler) Handle(params share.UnshareParams, principal *rest_mode
logrus.Errorf("error getting edge client for '%v': %v", principal.Email, err)
return share.NewUnshareInternalServerError()
}
shrToken := params.Body.ShrToken
shrToken := params.Body.ShareToken
shrZId, err := h.findShareZId(shrToken, edge)
if err != nil {
logrus.Errorf("error finding share identity for '%v' (%v): %v", shrToken, principal.Email, err)