add Docker credentials to management page

This commit is contained in:
2024-11-25 12:02:04 -05:00
parent c6e22fc91b
commit 479a0a96eb
5 changed files with 149 additions and 10 deletions

View File

@ -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::*;