login username password.

This commit is contained in:
Miroslav Šedivý
2021-03-14 00:32:52 +01:00
parent 5101f0a9c3
commit 7d4f7694b9
4 changed files with 8 additions and 16 deletions

View File

@ -3,7 +3,6 @@ package types
import "net/http"
type MemberProfile struct {
Secret string `json:"secret,omitempty"`
Name string `json:"name"`
IsAdmin bool `json:"is_admin"`
CanLogin bool `json:"can_login"`