Functionally done!

This commit is contained in:
Mariano Uvalle 2023-11-10 07:48:11 +00:00
parent 426500df45
commit 7bcdd2dd80
10 changed files with 219 additions and 33 deletions

View file

@ -2,7 +2,7 @@ package api
type User struct {
ID string
PasswordHash string
PasswordHash []byte
}
type Device struct {