update identity detection methods

This commit is contained in:
yggverse 2025-01-23 13:28:18 +02:00
parent 9a7984f345
commit d7f6e2f16b
8 changed files with 47 additions and 41 deletions

View file

@ -77,7 +77,7 @@ impl Navigation {
self.history.update();
self.reload.update(!request.is_empty());
self.request
.update(self.profile.identity.match_scope(&request).is_some());
.update(self.profile.identity.get(&request).is_some());
self.home.update();
}