Basic wallet page

This commit is contained in:
2025-01-29 15:18:35 +08:00
parent 9471fe40fe
commit 73b82f65e4
12 changed files with 1093 additions and 9 deletions

View File

@ -238,7 +238,7 @@ class _FactorNewDialogState extends State<_FactorNewDialog> {
class _FactorTotpFactorDialog extends StatelessWidget {
final SnAuthFactor factor;
const _FactorTotpFactorDialog({super.key, required this.factor});
const _FactorTotpFactorDialog({required this.factor});
@override
Widget build(BuildContext context) {