diff --git a/ts/components/registration/RegistrationStages.tsx b/ts/components/registration/RegistrationStages.tsx index 0e5767359..80b0f1b0f 100644 --- a/ts/components/registration/RegistrationStages.tsx +++ b/ts/components/registration/RegistrationStages.tsx @@ -16,7 +16,7 @@ import { } from '../../util/accountManager'; import { fromHex } from '../../session/utils/String'; -export const MAX_USERNAME_LENGTH = 20; +export const MAX_USERNAME_LENGTH = 26; // tslint:disable: use-simple-attributes export async function resetRegistration() {