Functionally done!
This commit is contained in:
parent
426500df45
commit
7bcdd2dd80
10 changed files with 219 additions and 33 deletions
|
|
@ -2,7 +2,7 @@ package api
|
|||
|
||||
type User struct {
|
||||
ID string
|
||||
PasswordHash string
|
||||
PasswordHash []byte
|
||||
}
|
||||
|
||||
type Device struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue