Prompt about enabling auth providers when creating new app
This commit is contained in:
@@ -148,6 +148,10 @@ export default async (cmd: Command): Promise<void> => {
|
||||
chalk.green(`🥇 Successfully created ${chalk.cyan(answers.name)}`),
|
||||
);
|
||||
Task.log();
|
||||
Task.log(
|
||||
'See https://backstage.io/docs/tutorials/quickstart-app-auth to know more about enabling auth providers',
|
||||
);
|
||||
Task.log();
|
||||
Task.exit();
|
||||
} catch (error) {
|
||||
Task.error(error.message);
|
||||
|
||||
@@ -55,6 +55,7 @@ lighthouse:
|
||||
baseUrl: http://localhost:3003
|
||||
|
||||
auth:
|
||||
# see https://backstage.io/docs/tutorials/quickstart-app-auth to know more about enabling auth providers
|
||||
providers: {}
|
||||
|
||||
scaffolder:
|
||||
|
||||
Reference in New Issue
Block a user