mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Tokens may contain NULL. They must be :Data, not :Text
This commit is contained in:
parent
d20543de34
commit
411685d7de
@ -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.
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user