Handle invalid token

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 01:27:17 +01:00
parent 78d793f37d
commit bb941f1973
7 changed files with 25 additions and 9 deletions

View File

@@ -3,3 +3,5 @@ enum LoadStatus { loading, loaded, error }
enum ConnectionMethod { http, https }
enum SelectedTheme { system, light, dark }
enum AuthResult { success, invalidToken, other }