1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-13 09:26:23 -07:00

Add rank updating for admins

This commit is contained in:
Eggbertx 2024-12-14 22:17:45 -08:00
parent 9f34be91d2
commit 478e8a1abe
4 changed files with 97 additions and 36 deletions

View file

@ -21,7 +21,6 @@ import (
)
var (
ErrPasswordConfirm = errors.New("passwords do not match")
ErrInsufficientPermission = errors.New("insufficient account permission")
)