From 08a5afd311e918f89d0d6ef955a3b1dbbe38713a Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 27 Dec 2018 20:31:01 -0500 Subject: Login: WIP --- store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store.go') 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 { -- cgit v1.2.3-70-g09d2