Revolution #1

Merged
nuark merged 28 commits from revolution into master 2023-05-08 08:50:16 +03:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit e562216658 - Show all commits

View file

@ -37,7 +37,7 @@ class MainApp extends StatelessWidget {
return GetMaterialApp(
debugShowCheckedModeBanner: false,
debugShowMaterialGrid: false,
initialRoute: "/login",
initialRoute: "/",
onGenerateRoute: _onGenerateRoute,
theme: ThemeData(
brightness: Brightness.dark,

View file

@ -17,9 +17,7 @@ class CheckupPageController extends GetxController {
} else {
try {
final resp =
await ApiController.to.apiClient.listTablesApiListTablesGet(
accessToken: ApiController.to.token,
);
await ApiController.to.apiClient.listTablesApiListTablesGet();
WidgetsBinding.instance.addPostFrameCallback((_) {
if (resp.statusCode == 200) {