mirror of
https://github.com/wassname/talk.git
synced 2026-07-21 12:51:03 +08:00
fix bug with impl
This commit is contained in:
@@ -115,6 +115,7 @@ const performSetup = async () => {
|
||||
type: 'input',
|
||||
name: 'whitelistedDomain',
|
||||
message: 'Whitelisted Domain',
|
||||
when: ({inputWhitelistedDomains}) => inputWhitelistedDomains,
|
||||
validate: (input) => {
|
||||
if (input && input.length > 0) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user