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 262280a commit 8658fabCopy full SHA for 8658fab
generators/app/index.js
@@ -64,9 +64,5 @@ module.exports = yeoman.generators.Base.extend({
64
this.fs.copyTpl(this.templatePath('AuthenticationExtensions.cs'), this.applicationname + '/' + this.name + 'AuthenticationExtensions.cs', this.templatedata)
65
this.fs.copyTpl(this.templatePath('AuthenticationHandler.cs'), this.applicationname + '/' + this.name + 'AuthenticationHandler.cs', this.templatedata)
66
this.fs.copyTpl(this.templatePath('AuthenticationOptions.cs'), this.applicationname + '/' + this.name + 'AuthenticationOptions.cs', this.templatedata)
67
- },
68
-
69
- install: function () {
70
- //this.installDependencies();
71
}
72
});
0 commit comments