mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use formatted uri from request
This commit is contained in:
parent
09f2a17f22
commit
e32e425f65
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ impl Page {
|
|||
Priority::DEFAULT,
|
||||
cancellable.clone(),
|
||||
// Search for user certificate match request
|
||||
match self.profile.identity.gemini.match_scope(&self.navigation.request.widget.entry.text()) {
|
||||
match self.profile.identity.gemini.match_scope(&uri.to_string()) {
|
||||
Some(identity) => match identity.to_tls_certificate() {
|
||||
Ok(certificate) => Some(certificate),
|
||||
Err(reason) => todo!("{reason}"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue