From b060906bb4fcfadbaa2efd29283fe9bdff0f0fb8 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:46:32 +0530 Subject: [PATCH] [mob] Super key --- mobile/lib/ui/account/two_factor_authentication_page.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/lib/ui/account/two_factor_authentication_page.dart b/mobile/lib/ui/account/two_factor_authentication_page.dart index 530db1ddad..84ab13a37a 100644 --- a/mobile/lib/ui/account/two_factor_authentication_page.dart +++ b/mobile/lib/ui/account/two_factor_authentication_page.dart @@ -9,8 +9,7 @@ import "package:pinput/pinput.dart"; class TwoFactorAuthenticationPage extends StatefulWidget { final String sessionID; - const TwoFactorAuthenticationPage(this.sessionID, {Key? key}) - : super(key: key); + const TwoFactorAuthenticationPage(this.sessionID, {super.key}); @override State createState() =>