fix: Do not route to backup on soft logout

This commit is contained in:
Christian Kußowski 2026-02-25 06:47:28 +01:00
commit 740f04206a
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 31 additions and 28 deletions

View file

@ -70,6 +70,7 @@ Future<void> connectToHomeserverFlow(
if (context.mounted) {
setState(AsyncSnapshot.withData(ConnectionState.done, true));
context.go('/backup');
}
} catch (e, s) {
setState(AsyncSnapshot.withError(ConnectionState.done, e, s));