summaryrefslogtreecommitdiff
path: root/shrine/types/user/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'shrine/types/user/user.go')
-rw-r--r--shrine/types/user/user.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/shrine/types/user/user.go b/shrine/types/user/user.go
index 4126bfc..f28f2f3 100644
--- a/shrine/types/user/user.go
+++ b/shrine/types/user/user.go
@@ -38,7 +38,6 @@ type AdminUserResponse struct {
DisabledAt *time.Time `json:"disabled_at"`
DisabledUntil *time.Time `json:"disabled_until"`
LastSeenAt *time.Time `json:"last_seen_at"`
- RegistrationIP string `json:"registration_ip"`
}
type StatsResponse struct {