fixed build errors and account switching token issue
This commit is contained in:
@@ -153,7 +153,7 @@ class SettingsScreenState extends State<SettingsScreen>
|
||||
|
||||
// check if refresh token is still valid
|
||||
String? err = await refresh();
|
||||
if (err != null) {
|
||||
if (err != null && err != "success") {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (_) => AlertDialog(
|
||||
|
||||
Reference in New Issue
Block a user