As a user, I want to update the password when it cannot be used, so that I can continue using the logger without reinstalling
Proposed solution
Try catch statement. If a fernet cryptology error is found, prompt the user to re-enter their credentials using CLI. Replace the old .env and secret.key
As a user, I want to update the password when it cannot be used, so that I can continue using the logger without reinstalling
Proposed solution