Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 502143b

Browse files
authored
fix(config): Default env config lint error (#1604)
Fixes linting errors thrown from incorrect spacing in the default environment config. Incorrect spacing at the `illegalUsernames` config setting.
1 parent d47dd41 commit 502143b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/env/default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ module.exports = {
4343
logo: 'modules/core/client/img/brand/logo.png',
4444
favicon: 'modules/core/client/img/brand/favicon.ico',
4545
illegalUsernames: ['meanjs', 'administrator', 'password', 'admin', 'user',
46-
'unknown', 'anonymous', 'null', 'undefined', 'api'
47-
],
46+
'unknown', 'anonymous', 'null', 'undefined', 'api'
47+
],
4848
uploads: {
4949
profileUpload: {
5050
dest: './modules/users/client/img/profile/uploads/', // Profile upload destination path

0 commit comments

Comments
 (0)