mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +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>