backend for xcvr appview
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

trim space perhaps

rachel-mp4 4f20ca42 e646dd86

+1 -1
+1 -1
server/internal/handler/oauthHandlers.go
··· 42 42 h.badRequest(w, err) 43 43 return 44 44 } 45 - identifier := r.FormValue("identifier") 45 + identifier := strings.TrimSpace(r.FormValue("identifier")) 46 46 redirectURL, err := h.oauth.StartAuthFlow(r.Context(), identifier) 47 47 if err != nil { 48 48 h.serverError(w, err)