Skip to content

Commit 672ced6

Browse files
committed
fix: Remove "Social Connect" template option from create command
- Updated the template selection in create.ts to exclude the "Social Connect" option, aligning with recent documentation changes.
1 parent b0d5606 commit 672ced6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default class Create extends Command {
148148

149149
if (useTemplate) {
150150
const { templateName } = await inquirer.prompt({
151-
choices: ["Minipay", "Valora", "Social Connect"],
151+
choices: ["Minipay", "Valora"],
152152
default: "Minipay",
153153
message: "Which template do you want to use?",
154154
name: "templateName",

0 commit comments

Comments
 (0)