aboutsummaryrefslogtreecommitdiffstats
path: root/store.go
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2018-12-27 20:31:01 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2018-12-27 20:31:01 -0500
commit08a5afd311e918f89d0d6ef955a3b1dbbe38713a (patch)
tree526de27968f4f4eec3b476cb306236f763126251 /store.go
parent0adcee59a57178dc7706a43a15aa5b90fe1cb1ee (diff)
downloadid-08a5afd311e918f89d0d6ef955a3b1dbbe38713a.tar.gz
Login: WIP
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 {