Skip to content

Commit

Permalink
remove a useless part
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquantumoff committed Jul 7, 2024
1 parent 5780428 commit e0cf771
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pages/account/sign_in_or_register/sign_in.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:get/get.dart';
Expand All @@ -20,7 +19,6 @@ class _SignInPageState extends State<SignInPage> {
late TextEditingController emailController;
late TextEditingController passwordController;
final storage = const FlutterSecureStorage();
Timer? restartApp;
@override
void initState() {
buttonsEnabled = true;
Expand Down

0 comments on commit e0cf771

Please sign in to comment.