dart format project

This commit is contained in:
Fabian Freund
2026-01-01 07:48:51 +01:00
parent f7a05f57f4
commit f7f2109db7
11 changed files with 55 additions and 65 deletions
@@ -121,7 +121,8 @@ class ProfileBackupScreen extends HookConsumerWidget {
onPressed: () async {
if (formKey.currentState?.validate() ?? false) {
if (!skipPasswordConfirmation.value) {
final confirmation = await showPasswordConfirmationDialog(context);
final confirmation =
await showPasswordConfirmationDialog(context);
if (confirmation != passwordTextController.text) {
if (context.mounted) {