diff options
-rw-r--r-- | system/admin/handlers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index c42b76b..c3d8f98 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -675,6 +675,7 @@ func recoveryKeyHandler(res http.ResponseWriter, req *http.Request) { if key != actual { res.WriteHeader(http.StatusBadRequest) log.Println("Bad recovery key submitted:", key) + log.Println("Actual:", actual) return } |