fix: sort the constant strings
This commit is contained in:
committed by
mrugesh
parent
afc431e900
commit
f2fe60bfbd
@ -15,8 +15,8 @@ export const blacklistedUsernames = [
|
|||||||
'backend-challenge-completed',
|
'backend-challenge-completed',
|
||||||
'bonfire',
|
'bonfire',
|
||||||
'cats.json',
|
'cats.json',
|
||||||
'challenge',
|
|
||||||
'challenge-completed',
|
'challenge-completed',
|
||||||
|
'challenge',
|
||||||
'challenges',
|
'challenges',
|
||||||
'chat',
|
'chat',
|
||||||
'code-of-conduct',
|
'code-of-conduct',
|
||||||
@ -25,8 +25,8 @@ export const blacklistedUsernames = [
|
|||||||
'completed-challenge',
|
'completed-challenge',
|
||||||
'completed-field-guide',
|
'completed-field-guide',
|
||||||
'completed-zipline-or-basejump',
|
'completed-zipline-or-basejump',
|
||||||
'copyright',
|
|
||||||
'copyright-policy',
|
'copyright-policy',
|
||||||
|
'copyright',
|
||||||
'deprecated-signin',
|
'deprecated-signin',
|
||||||
'donate',
|
'donate',
|
||||||
'email-signin',
|
'email-signin',
|
||||||
@ -41,24 +41,24 @@ export const blacklistedUsernames = [
|
|||||||
'guide',
|
'guide',
|
||||||
'how-nonprofit-projects-work',
|
'how-nonprofit-projects-work',
|
||||||
'internal',
|
'internal',
|
||||||
'jobs',
|
|
||||||
'jobs-form',
|
'jobs-form',
|
||||||
'learn',
|
'jobs',
|
||||||
'learn-to-code',
|
'learn-to-code',
|
||||||
|
'learn',
|
||||||
'login',
|
'login',
|
||||||
'logout',
|
'logout',
|
||||||
'map',
|
'map',
|
||||||
'modern-challenge-completed',
|
'modern-challenge-completed',
|
||||||
'news',
|
'news',
|
||||||
'nonprofit-project-instructions',
|
'nonprofit-project-instructions',
|
||||||
'nonprofits',
|
|
||||||
'nonprofits-form',
|
'nonprofits-form',
|
||||||
|
'nonprofits',
|
||||||
'open-api',
|
'open-api',
|
||||||
'passwordless-change',
|
'passwordless-change',
|
||||||
'pmi-acp-agile-project-managers',
|
|
||||||
'pmi-acp-agile-project-managers-form',
|
'pmi-acp-agile-project-managers-form',
|
||||||
'privacy',
|
'pmi-acp-agile-project-managers',
|
||||||
'privacy-policy',
|
'privacy-policy',
|
||||||
|
'privacy',
|
||||||
'project-completed',
|
'project-completed',
|
||||||
'reset',
|
'reset',
|
||||||
'services',
|
'services',
|
||||||
@ -71,8 +71,8 @@ export const blacklistedUsernames = [
|
|||||||
'sponsors',
|
'sponsors',
|
||||||
'stories',
|
'stories',
|
||||||
'support',
|
'support',
|
||||||
'terms',
|
|
||||||
'terms-of-service',
|
'terms-of-service',
|
||||||
|
'terms',
|
||||||
'the-fastest-web-page-on-the-internet',
|
'the-fastest-web-page-on-the-internet',
|
||||||
'twitch',
|
'twitch',
|
||||||
'unsubscribe',
|
'unsubscribe',
|
||||||
|
Reference in New Issue
Block a user