···189189190190 // create a new API client to connect to the account's PDS
191191 xrpcc := xrpc.Client{
192192- Host: ident.PDSEndpoint(),
192192+ Host: ident.PDSEndpoint(),
193193+ UserAgent: userAgent(),
193194 }
194195 if xrpcc.Host == "" {
195196 return fmt.Errorf("no PDS endpoint for identity")
···413414414415 // create a new API client to connect to the account's PDS
415416 xrpcc := xrpc.Client{
416416- Host: pdsHost,
417417+ Host: pdsHost,
418418+ UserAgent: userAgent(),
417419 }
418420419421 raw = cctx.String("service-auth")
+2-1
cmd/goat/account_migrate.go
···8484 newEmail := cctx.String("new-email")
85858686 newClient := xrpc.Client{
8787- Host: newHostURL,
8787+ Host: newHostURL,
8888+ UserAgent: userAgent(),
8889 }
89909091 // connect to new host to discover service DID