From fddf026cd01bc70e4506be4374f158dc28c50b22 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 9 Jan 2020 23:10:17 +0100 Subject: [PATCH] Clean up --- lib/views/sign_up_password.dart | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/views/sign_up_password.dart b/lib/views/sign_up_password.dart index 8c3d3012..58649ded 100644 --- a/lib/views/sign_up_password.dart +++ b/lib/views/sign_up_password.dart @@ -53,15 +53,6 @@ class _SignUpPasswordState extends State { for (int i = 0; i < stages.length;) { if (stages[i] == "m.login.dummy") { print("[Sign Up] Process m.login.dummy stage"); - _signUpAction(context, auth: { - "type": stages[i], - "session": response["session"], - }); - break; - } else if (stages[i] == "m.login.recaptcha") { - print("[Sign Up] Process m.login.recaptcha stage"); - final String publicKey = response["params"]["public_key"]; - _signUpAction(context, auth: { "type": stages[i], "session": response["session"],