feat: enhance download command with success and warning messages; update Authentik documentation for clarity

This commit is contained in:
Sean Morley
2025-01-12 20:28:27 -05:00
parent b04a8b8a9e
commit 30f1eaef1c
3 changed files with 10 additions and 3 deletions

View File

@@ -561,8 +561,8 @@
}
}
if (
(adventure.is_visited && !reverseGeocodePlace?.region_visited) ||
!reverseGeocodePlace?.city_visited
adventure.is_visited &&
(!reverseGeocodePlace?.region_visited || !reverseGeocodePlace?.city_visited)
) {
markVisited();
}