updated statusCode

This commit is contained in:
2022-03-24 11:10:50 +01:00
parent 7a866c9d50
commit 18cd1ecdc9

View File

@@ -113,7 +113,7 @@ const parseSearch = async () => {
!VANITY_PATTERN.test(searchParamsStore.vanity_url) !VANITY_PATTERN.test(searchParamsStore.vanity_url)
) { ) {
const info: infoState = { const info: infoState = {
statuscode: STATUS.NOT_ACCEPTABLE, statusCode: STATUS.NOT_ACCEPTABLE,
message: message:
'Only alphanumeric symbols, "_", and "-", between 3-32 characters', 'Only alphanumeric symbols, "_", and "-", between 3-32 characters',
type: "warning", type: "warning",