1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-07-03 22:45:01 +00:00

Add password to security keys

This commit is contained in:
2021-07-11 17:54:15 +02:00
parent 28b24f39b0
commit cb44497fee
7 changed files with 24 additions and 3 deletions

View File

@ -51,6 +51,7 @@ pub struct AdminKey {
pub name: String,
pub time_add: u64,
pub key: Credential,
pub password: Option<String>,
}
/// Admin access token