Make it clear that HTTPS is not required
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
6c072b339d
commit
161bb0a73f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if (args.verbose) {
|
|||
console.log();
|
||||
}
|
||||
|
||||
const instance: string = question("Instance URL: ");
|
||||
const instance: string = "https://" + question("Instance URL: https://");
|
||||
callDetector(instance).then(type => {
|
||||
const client = generator(type, instance);
|
||||
client.registerApp("JS-Token", { website: "https://git.froth.zone/Sam/js-feditoken" })
|
||||
|
|
Reference in a new issue