mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
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>