Update reset-password.ts

Indent changes...
This commit is contained in:
laurentlemercier 2024-03-10 23:34:03 +01:00 committed by GitHub
parent c451067ac4
commit d5e8f17aa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ export const main = async () => {
if (! user ) {
if ( !process.env.USER ) {
throw new Error("user not found or provided, have you installed? Try to set USER env variable ...");
throw new Error("user not found or provided, have you installed? Try to set USER and PASSWORD variables ...");
} else {
console.log("Trying to initialise user : " + process.env.USER);
user = R.dispense("user");