summaryrefslogtreecommitdiff
path: root/pkg/model/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/model/account.go')
-rw-r--r--pkg/model/account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/model/account.go b/pkg/model/account.go
index 5055943..d47668a 100644
--- a/pkg/model/account.go
+++ b/pkg/model/account.go
@@ -11,7 +11,7 @@ import (
type AccountContextKey struct{}
type Account struct {
- Id int
+ Id string
Username string
Salt []byte
PasswordHash []byte