aboutsummaryrefslogtreecommitdiffstats
path: root/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store.go')
-rw-r--r--store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store.go b/store.go
index 1db6411..c0ee33b 100644
--- a/store.go
+++ b/store.go
@@ -15,7 +15,7 @@ type Session struct {
type User struct {
Id int64
UserName string
- Password string
+ Password []byte
}
type Store interface {