finally the new login is completely working with refresh token as well

This commit is contained in:
Kima
2024-08-16 00:25:46 +02:00
parent f2c8e869b5
commit a673d3f1b3
11 changed files with 406 additions and 322 deletions

View File

@@ -48,10 +48,6 @@ class _KretenLoginScreenState extends State<KretenLoginScreen> {
String code = requiredThings[0];
// String sessionState = requiredThings[1];
debugPrint('url: $url');
print(code);
widget.onLogin(code);
// Future.delayed(const Duration(milliseconds: 500), () {
// Navigator.of(context).pop();