dkforest

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

commit a5c6e02965f679c918ebb78b792578c62c52749b
parent da0513cd774bc96e1830b87955432639a0b9c4da
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 23 Jan 2023 14:18:33 -0800

template

Diffstat:
Mpkg/web/public/views/pages/admin/user-edit.gohtml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkg/web/public/views/pages/admin/user-edit.gohtml b/pkg/web/public/views/pages/admin/user-edit.gohtml @@ -211,5 +211,8 @@ <div> Public msgs: {{ .Data.User.GeneralMessagesCount }} </div> +<div> + Login attempts: {{ .Data.User.LoginAttempts }} +</div> {{ end }} \ No newline at end of file