rename auth info member to scope

This commit is contained in:
yggverse 2024-12-05 11:55:11 +02:00
parent 10078b7226
commit 763c59ed4f

View File

@ -68,7 +68,7 @@ impl Gemini {
Value::ProfileIdentityGeminiId(identity.id),
&certificate.subject_name().unwrap().replace("CN=", ""), // trim prefix
&format!(
"{} - {} | auth: {}",
"{} - {} | scope: {}",
// certificate validity time
certificate
.not_valid_before()