Improve setup

This commit is contained in:
Elias Schneider
2022-05-12 21:48:37 +02:00
parent d4da3cae30
commit c28d3f960e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import rl from "readline-sync";
import cookie from "cookie";
const getToken = async () => {
console.info("Please enter your Appwrite credentials \n");
console.info("Please enter your Appwrite credentials");
var email = rl.question("Email: ");
var password = rl.question("Password: ", {
hideEchoBack: true,