Instagram generator indentation and whitespace fixes

This commit is contained in:
Sahat Yalkabov
2014-04-14 02:44:21 -04:00
parent 7ffe7efce9
commit 92dc9526f5

View File

@ -1022,6 +1022,7 @@ inquirer.prompt({
});
var instagramLinkUnlink = M(function() {
/***
if user.instagram
p: a.text-danger(href='/account/unlink/instagram') Unlink your Instagram account
else
@ -1055,7 +1056,7 @@ inquirer.prompt({
// Add Instagram to app.js
index = app.indexOf(' * OAuth routes for sign-in.');
app.splice(index + 2, 0, instagramRoutes);
app.splice(index + 3, 0, instagramRoutes);
fs.writeFileSync(appFile, app.join('\n'));
// Add Instagram to secrets.js