Feat: card_mark repo
This commit is contained in:
		| @@ -28,8 +28,8 @@ func GetSession(next http.Handler) http.Handler { | ||||
| 	return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { | ||||
| 		sessionCookie, err := r.Cookie(models.AuthCookie) | ||||
| 		if err != nil { | ||||
| 			msg := "auth failed; failed to get session token from cookies" | ||||
| 			log.Debug(msg, "error", err) | ||||
| 			// msg := "auth failed; failed to get session token from cookies" | ||||
| 			// log.Debug(msg, "error", err) | ||||
| 			next.ServeHTTP(w, r) | ||||
| 			return | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder