mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Fix: init state (#4672)
* chore: fix login state * chore: change log * chore: fix flutter version
This commit is contained in:
@ -375,6 +375,7 @@ pub struct AFCloudOAuthParams {
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum UserTokenState {
|
||||
Init,
|
||||
Refresh { token: String },
|
||||
Invalid,
|
||||
}
|
||||
|
Reference in New Issue
Block a user