fix: login crashes

This commit is contained in:
cogwheel0
2025-08-29 12:49:18 +05:30
parent 334ad73ad1
commit abc40b3958
4 changed files with 30 additions and 30 deletions

View File

@@ -181,7 +181,7 @@ class _ConduitAppState extends ConsumerState<ConduitApp> {
hasSavedCredentialsProvider2.future,
);
if (hasCreds) {
await ref.read(silentLoginActionProvider);
await ref.read(silentLoginActionProvider)();
}
} catch (_) {
// Ignore errors, fallback to showing unified page