multiple payout page and small fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user