[mob] Super key

This commit is contained in:
Neeraj Gupta
2024-11-27 13:46:32 +05:30
parent fee5631191
commit b060906bb4

View File

@@ -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<TwoFactorAuthenticationPage> createState() =>