1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: guess user timezone on signup

This commit is contained in:
Ferdinand Mütsch
2021-04-25 20:02:45 +02:00
parent c142b525a4
commit 04690d287d
3 changed files with 13 additions and 1 deletions

View File

@ -39,6 +39,7 @@ type Signup struct {
Email string `schema:"email"`
Password string `schema:"password"`
PasswordRepeat string `schema:"password_repeat"`
Location string `schema:"location"`
}
type SetPasswordRequest struct {