mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(onboarding): could not create user (#848)
fix: onboarding not working
This commit is contained in:
parent
d03561d61c
commit
7f05dd1efd
16 changed files with 182 additions and 130 deletions
|
@ -121,7 +121,7 @@ func main() {
|
|||
log.Fatalf("failed to hash password: %v", err)
|
||||
}
|
||||
|
||||
user := domain.User{
|
||||
user := domain.CreateUserRequest{
|
||||
Username: username,
|
||||
Password: hashed,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue