Improve setup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user