mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
rename auth info member to scope
This commit is contained in:
parent
10078b7226
commit
763c59ed4f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ impl Gemini {
|
||||||
Value::ProfileIdentityGeminiId(identity.id),
|
Value::ProfileIdentityGeminiId(identity.id),
|
||||||
&certificate.subject_name().unwrap().replace("CN=", ""), // trim prefix
|
&certificate.subject_name().unwrap().replace("CN=", ""), // trim prefix
|
||||||
&format!(
|
&format!(
|
||||||
"{} - {} | auth: {}",
|
"{} - {} | scope: {}",
|
||||||
// certificate validity time
|
// certificate validity time
|
||||||
certificate
|
certificate
|
||||||
.not_valid_before()
|
.not_valid_before()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue