We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bba7b4 commit 047c392Copy full SHA for 047c392
cli/index.ts
@@ -249,7 +249,7 @@ const confirmPrompt = async (options: Options) => {
249
const message =
250
`You have chosen to create a ${backendName} app with a ` +
251
`${apiName} API, ${databaseName} database, and ${
252
- options.auth ? "" : "no "
+ options.auth === "auth" ? "" : "no "
253
}built-in auth. Please confirm:`;
254
255
const prompt = {
0 commit comments