Skip to content

Commit

Permalink
docs: add note in the setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
HirziDevs committed Nov 1, 2024
1 parent 6700586 commit 06fac7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions handlers/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ const cliColor = require("cli-color");
const axios = require("axios");
const fs = require("node:fs");

/*
NOTE:
Do not put your credentials here!
*/

const questions = [
"Please enter your panel name: ",
"Please enter your panel URL: ",
Expand Down

0 comments on commit 06fac7c

Please sign in to comment.