feat(accounts): add disabled account state

This commit is contained in:
Sefa Eyeoglu 2022-02-18 12:26:52 +01:00
parent be910374dc
commit 9c71f364d2
No known key found for this signature in database
GPG key ID: C10411294912A422
6 changed files with 28 additions and 0 deletions

View file

@ -47,6 +47,7 @@ enum class AccountState {
Offline,
Working,
Online,
Disabled,
Errored,
Expired,
Gone