Register Impl

This commit is contained in:
efrilm
2025-09-18 08:48:36 +07:00
parent cee78e179b
commit 0ea1a6fa56
13 changed files with 265 additions and 108 deletions
@@ -8,7 +8,8 @@ import '../../../router/app_router.gr.dart';
@RoutePage()
class OtpPage extends StatefulWidget {
const OtpPage({super.key});
final String registrationToken;
const OtpPage({super.key, required this.registrationToken});
@override
State<OtpPage> createState() => _OtpPageState();