Password App Login issues

Nextcloud version : not sure where to get this, but just installed a couple of days ago
Operating system and version : Ubuntu 22.04.3
Apache or nginx version : Apache/2.4.52 (Ubuntu)
PHP version : PHP 8.1.2-1ubuntu2.14 (cli) (built: Aug 18 2023 11:41:11) (NTS)

The issue you are facing:
I was importing passwords from my Google account via csv file, process worked fine. Decided I wanted to edit the csv file before importing, so clicked the delete all passwords in the Danger Zone of the Passwords app. Now when I try to login to the Password App and am given the error ‘Password Invalid. Session Revoked for to many failed login attempts’. What do I do to reset, correct issue?

Is this the first time you’ve seen this error?
Yes

The output of your Nextcloud log in Admin > Logging:

[passwords] Error: Failed to load api token for kevin
	GET /index.php/apps/passwords/
	from 10.0.0.200 by kevin at Jan 16, 2024, 12:08:31 PM
[passwords] Fatal: Token with ID 59 does not exist: token does not exist
	GET /index.php/apps/passwords/
	from 10.0.0.200 by kevin at Jan 16, 2024, 12:08:31 PM
[passwords] Fatal: Too many failed login attempts
	POST /index.php/apps/passwords/api/1.0/session/open
	from 10.0.0.200 by kevin at Jan 16, 2024, 12:08:27 PM
[passwords] Error: Error "Too many failed login attempts" in OCA\Passwords\Controller\Api\SessionApiController::open
	POST /index.php/apps/passwords/api/1.0/session/open
	from 10.0.0.200 by kevin at Jan 16, 2024, 12:08:27 PM

The output of your config.php file in /path/to/nextcloud

<?php
$CONFIG = array (
  'instanceid' => 'ocboftpnaost',
  'passwordsalt' =>
  'secret' => 
  'trusted_domains' => 
  array (
    0 => 'nextcloud.infinitycliff.com',
  ),
  'datadirectory' => '/mnt/nextcloud',
  'dbtype' => 'mysql',
  'version' => '28.0.1.1',
  'overwrite.cli.url' => 'http://nextcloud.infinitycliff.com',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => 
  'installed' => true,
  'defaultapp' => '',
);

The output of your Apache/nginx/system log in /var/log/____:
dont think I have this

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

dont see a nextcloud.log file