fix permissions errors and terminal launching
This commit is contained in:
@@ -38,10 +38,10 @@ struct CredentialRow {
|
||||
pub struct CredentialRecord {
|
||||
#[serde(serialize_with = "serialize_uuid")]
|
||||
#[serde(deserialize_with = "deserialize_uuid")]
|
||||
id: Uuid, // UUID so it can be generated on the frontend
|
||||
name: String, // user-facing identifier so it can be changed
|
||||
is_default: bool,
|
||||
credential: Credential,
|
||||
pub id: Uuid, // UUID so it can be generated on the frontend
|
||||
pub name: String, // user-facing identifier so it can be changed
|
||||
pub is_default: bool,
|
||||
pub credential: Credential,
|
||||
}
|
||||
|
||||
impl CredentialRecord {
|
||||
|
Reference in New Issue
Block a user