mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: push to sign in screen when logout (#3127)
* fix: push to sign in screen when logout * chore: show historical login users * chore: open historical user * chore: show historical user * chore: reload app widget with unique key * chore: add tooltip for user history
This commit is contained in:
@ -215,8 +215,8 @@ pub enum ErrorCode {
|
||||
#[error("Postgres transaction error")]
|
||||
PgTransactionError = 71,
|
||||
|
||||
#[error("Enable supabase sync")]
|
||||
SupabaseSyncRequired = 72,
|
||||
#[error("Enable data sync")]
|
||||
DataSyncRequired = 72,
|
||||
|
||||
#[error("Conflict")]
|
||||
Conflict = 73,
|
||||
|
Reference in New Issue
Block a user