From 714c782e00450ac52494294da048afaae1af1367 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 8 Apr 2022 11:07:13 -0400 Subject: [PATCH] fix: remove secret as an installer question --- src/install.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/install.js b/src/install.js index 97e981d071..1263c07821 100644 --- a/src/install.js +++ b/src/install.js @@ -22,11 +22,6 @@ questions.main = [ pattern: /^http(?:s)?:\/\//, message: 'Base URL must begin with \'http://\' or \'https://\'', }, - { - name: 'secret', - description: 'Please enter a NodeBB secret', - default: nconf.get('secret') || utils.generateUUID(), - }, { name: 'submitPluginUsage', description: 'Would you like to submit anonymous plugin usage to nbbpm?',