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 * 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
5 lines
101 B
Rust
5 lines
101 B
Rust
pub mod cloud;
|
|
pub mod entities;
|
|
|
|
pub const DEFAULT_USER_NAME: fn() -> String = || "Me".to_string();
|