Refactor login page buttons

This commit is contained in:
Oliver 2021-08-16 20:47:14 +10:00
parent 64653b0642
commit 094b997f76
2 changed files with 9 additions and 9 deletions

View file

@ -97,7 +97,7 @@ abstract class RefreshableState<T extends StatefulWidget> extends State<T> {
return Scaffold(
key: refreshableKey,
appBar: getAppBar(context),
drawer: null, // getDrawer(context),
drawer: null,
floatingActionButton: getFab(context),
body: Builder(
builder: (BuildContext context) {