mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
5ea5b2de84
If a token was already removed from the database but not from the configuration clearing the tokens will try to remove it again from the database, which caused a DoesNotExistException to be thrown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>