Tokens may contain NULL. They must be :Data, not :Text

This commit is contained in:
Gregor Reitzenstein 2021-08-28 20:29:01 +02:00
parent d20543de34
commit 411685d7de

View File

@ -109,7 +109,7 @@ struct User
# this frequently will force the server to store large amounts of data.
# Trying to bind a new key to an existing URL will fail.
unbind @3 ( token :Text ) -> ();
unbind @3 ( token :Data ) -> ();
# Unbind the key associated with the given token. This will fail all future attempts to use
# the card with the associated key.
}