mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
doc: update cookie-related comment
This commit is contained in:
parent
2daeaf12e0
commit
ee3dbb85ca
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class Map(NamedModel):
|
|||
|
||||
def is_anonymous_owner(self, request):
|
||||
if not request or self.owner:
|
||||
# edit cookies are only valid while map hasn't owner
|
||||
# edit cookies are only valid while the map doesn't have owner
|
||||
return False
|
||||
key, value = self.signed_cookie_elements
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue