From 5690457df4b7206652afc0dd945e1c5e37e96136 Mon Sep 17 00:00:00 2001 From: RemRem Date: Wed, 30 Nov 2022 17:50:36 +0100 Subject: [PATCH] tw --- lib/api/api.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/api.dart b/lib/api/api.dart index 709387e..127901d 100644 --- a/lib/api/api.dart +++ b/lib/api/api.dart @@ -52,7 +52,7 @@ class API { // Create account static Future createAccount(Request req) async { - final List required = ["email", "password", "salt", "twofa"]; + final List required = ["email", "password", "salt"]; var tmp = await req.readAsString(); final Map body = json.decode(tmp);