Skip to content

Commit

Permalink
Added default login details in login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaygupta1999 committed Jun 6, 2020
1 parent 1815b2f commit 83aa081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Screens/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class LoginScreen extends StatelessWidget {

@override
Widget build(BuildContext context) {
usernameController.text = "[email protected]";
passwordController.text = "admin";
return Scaffold(body: Builder(builder: (BuildContext context) {
return Container(
padding: EdgeInsets.all(25),
Expand Down

0 comments on commit 83aa081

Please sign in to comment.