dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit c05e869daefce4b62ee9ed940b1c76d5610ed7de
parent d3a8c1c1db1dd93545eaefa820711b802c080bb2
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed,  5 Apr 2023 12:58:53 -0700

fix vip download endpoint

Diffstat:
Mpkg/web/middlewares/data.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/web/middlewares/data.go b/pkg/web/middlewares/data.go @@ -8,5 +8,6 @@ type captchaMiddlewareData struct { CaptchaDescription string CaptchaID string CaptchaImg string + CaptchaAnswerImg string ErrCaptcha string }