diff --git a/http.go b/http.go index 14cf1c1..b15a7fd 100644 --- a/http.go +++ b/http.go @@ -162,6 +162,9 @@ func login(writer http.ResponseWriter, request *http.Request, H sattypes.BaseHan return } // login did not work, password mismatch + // delay + time.Sleep(time.Second * 3) + // clean session and jump back to main template cleanAndTemplate(2, err) return }