refactor: auth

This commit is contained in:
cogwheel0
2025-08-29 12:58:56 +05:30
parent abc40b3958
commit f0b9e8e2b0
6 changed files with 73 additions and 34 deletions

View File

@@ -762,7 +762,7 @@ class ProfilePage extends ConsumerWidget {
);
if (confirm) {
await ref.read(logoutActionProvider)();
await ref.read(authActionsProvider).logout();
}
}
}