fix: fix onboarding redirect on login (#4265)
This commit is contained in:
parent
a44e378f4f
commit
5ed0c30ff4
1 changed files with 0 additions and 5 deletions
|
|
@ -87,11 +87,6 @@ Future<void> _loginFuture({
|
|||
: null,
|
||||
password: controller.passwordController.text.trim(),
|
||||
initialDeviceDisplayName: PlatformInfos.clientName,
|
||||
onInitStateChanged: (state) {
|
||||
if (state == InitState.settingUpEncryption) {
|
||||
context.go("/rooms");
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
if (client.onLoginStateChanged.value == LoginState.loggedIn) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue