mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update comment
This commit is contained in:
parent
2c3b147337
commit
873ac0b167
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ impl Page {
|
|||
uri.clone(),
|
||||
None, // default priority
|
||||
Some(cancellable.clone()),
|
||||
// Search for user certificate match request scope
|
||||
// Search for user certificate match request
|
||||
match self.profile.identity.gemini.match_scope(&self.navigation.request.widget.entry.text()) {
|
||||
Some(identity) => match TlsCertificate::from_pem(&identity.pem) {
|
||||
Ok(certificate) => Some(certificate),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue