add Docker credentials to management page
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
use sqlx::types::uuid::Uuid;
|
||||
use tauri::{AppHandle, Manager};
|
||||
use tokio::io::{AsyncReadExt, AsyncWriteExt};
|
||||
|
||||
@ -7,7 +6,6 @@ use crate::credentials::{
|
||||
self,
|
||||
Credential,
|
||||
CredentialRecord,
|
||||
Crypto,
|
||||
DockerCredential,
|
||||
};
|
||||
use crate::errors::*;
|
||||
|
Reference in New Issue
Block a user