mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update code
This commit is contained in:
@@ -9,7 +9,7 @@ import 'login.dart';
|
||||
final _log = Logger("CreateRootUserPage");
|
||||
|
||||
class CreateRootUserPage extends StatefulWidget {
|
||||
const CreateRootUserPage({Key? key}) : super(key: key);
|
||||
const CreateRootUserPage({super.key});
|
||||
|
||||
static const String routeName = '/create_root_user';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user