mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
chore: clippy
This commit is contained in:
parent
b0c2b04a2d
commit
1be51d6679
3 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ class _CreateWorkspaceButton extends StatelessWidget {
|
|||
context.read<UserWorkspaceBloc>().add(
|
||||
UserWorkspaceEvent.createWorkspace(
|
||||
name,
|
||||
AuthTypePB.Local,
|
||||
AuthTypePB.Server,
|
||||
),
|
||||
);
|
||||
},
|
||||
|
|
|
@ -389,7 +389,7 @@ class _CreateWorkspaceButton extends StatelessWidget {
|
|||
workspaceBloc.add(
|
||||
UserWorkspaceEvent.createWorkspace(
|
||||
name,
|
||||
AuthTypePB.Local,
|
||||
AuthTypePB.Server,
|
||||
),
|
||||
);
|
||||
},
|
||||
|
|
|
@ -153,7 +153,7 @@ impl UserManager {
|
|||
|
||||
#[instrument(skip(self), err)]
|
||||
pub async fn open_workspace(&self, workspace_id: &Uuid, auth_type: AuthType) -> FlowyResult<()> {
|
||||
info!("open workspace: {}, auth_type:{}", workspace_id, auth_type);
|
||||
info!("open workspace: {}, auth type:{}", workspace_id, auth_type);
|
||||
let workspace_id_str = workspace_id.to_string();
|
||||
self.cloud_service.set_server_auth_type(&auth_type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue