Fix: init state (#4672)

* chore: fix login state

* chore: change log

* chore: fix flutter version
This commit is contained in:
Nathan.fooo
2024-02-18 16:40:18 +08:00
committed by GitHub
parent d5ee372131
commit b2e55c4e2e
6 changed files with 11 additions and 6 deletions

View File

@ -375,6 +375,7 @@ pub struct AFCloudOAuthParams {
#[derive(Clone, Debug)]
pub enum UserTokenState {
Init,
Refresh { token: String },
Invalid,
}