first drafts for inventory sync page

This commit is contained in:
2026-01-09 18:03:54 -07:00
parent 846f56e50b
commit a7c8fe4d64
40 changed files with 1310 additions and 121 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func (s *Server) login(r *http.Request) (response.Response, error) {
return nil, response.Errorf("failed to create account: %w", err)
}
return response.SeeOther(fmt.Sprintf("/accounts/%d", acct.ID)), nil
return response.SeeOther(fmt.Sprintf("/accounts/%d", acct.AccountID)), nil
}
// GET /login/callback