🐛 Fix replies

This commit is contained in:
2024-06-04 23:29:05 +08:00
parent f0f33f7bb3
commit ca1a8a04cb
4 changed files with 41 additions and 13 deletions

View File

@ -22,7 +22,7 @@ class _AccountProfilePopupState extends State<AccountProfilePopup> {
void getUserinfo() async {
setState(() => _isBusy = true);
final client = GetConnect();
final client = GetConnect(maxAuthRetries: 3);
client.httpClient.baseUrl = ServiceFinder.services['passport'];
final resp = await client.get('/api/users/${widget.account.name}');