first drafts for inventory sync page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user