feat: enhance download command with success and warning messages; update Authentik documentation for clarity
This commit is contained in:
@@ -561,8 +561,8 @@
|
||||
}
|
||||
}
|
||||
if (
|
||||
(adventure.is_visited && !reverseGeocodePlace?.region_visited) ||
|
||||
!reverseGeocodePlace?.city_visited
|
||||
adventure.is_visited &&
|
||||
(!reverseGeocodePlace?.region_visited || !reverseGeocodePlace?.city_visited)
|
||||
) {
|
||||
markVisited();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user