Commit 53a5db26 authored by Ilham Maulana's avatar Ilham Maulana 💻

feat: login form as admin

parent 88191ddc
...@@ -131,19 +131,6 @@ class _AdminLoginForm extends State<AdminLoginForm> { ...@@ -131,19 +131,6 @@ class _AdminLoginForm extends State<AdminLoginForm> {
child: const Text("Submit"), child: const Text("Submit"),
), ),
), ),
SizedBox(
width: double.infinity,
child: TextButton(
child: const Text("Sign Up"),
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(
builder: (context) => const SignUpScreen(),
),
);
},
),
),
SizedBox( SizedBox(
width: double.infinity, width: double.infinity,
child: TextButton( child: TextButton(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment