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:
Nathan.fooo
2023-08-07 22:24:04 +08:00
committed by GitHub
parent a3bea472bf
commit 3c04b72932
35 changed files with 528 additions and 123 deletions

View File

@ -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,