fix : token expire

This commit is contained in:
2025-09-02 10:56:20 +03:30
parent 079b3ce78d
commit dfb9298097
5 changed files with 7 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ class AuthPage extends GetView<AuthLogic> {
@override
Widget build(BuildContext context) {
iLog("AuthPage");
return Scaffold(
body: Stack(
alignment: Alignment.center,