💄 Update the stellar program colors

This commit is contained in:
2025-07-24 02:32:52 +08:00
parent 903cade296
commit 8854305e99
3 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ class AccountSettingsScreen extends HookConsumerWidget {
final userInfo = ref.read(userInfoProvider);
final client = ref.read(apiClientProvider);
await client.post(
'/accounts/recovery/password',
'/id/accounts/recovery/password',
data: {'account': userInfo.value!.name, 'captcha_token': captchaTk},
);
if (context.mounted) {