multiple payout page and small fixes

This commit is contained in:
Arseni
2026-02-11 02:48:30 +03:00
parent 66989ea36c
commit edb43f9909
77 changed files with 2120 additions and 1289 deletions

View File

@@ -13,7 +13,7 @@ class TwoFactorPromptText extends StatelessWidget {
@override
Widget build(BuildContext context) => Text(
AppLocalizations.of(context)!.twoFactorPrompt(
context.watch<TwoFactorProvider>().pendingLogin?.destination ?? '',
context.watch<TwoFactorProvider>().pendingLogin?.target ?? '',
),
style: Theme.of(context).textTheme.bodyLarge,
textAlign: TextAlign.center,