fix indentation

This commit is contained in:
Ryan Hutchison
2015-08-11 01:01:12 -04:00
parent c959180481
commit cb9d7e3db6
5 changed files with 114 additions and 116 deletions

View File

@@ -11,8 +11,8 @@ var path = require('path'),
// URLs for which user can't be redirected on signin
var noReturnUrls = [
'/authentication/signin',
'/authentication/signup'
'/authentication/signin',
'/authentication/signup'
];
/**