allow period for the alias

This commit is contained in:
2025-01-20 12:11:17 +03:00
parent 6afccefd1f
commit 26b53c79df

View File

@@ -5,7 +5,7 @@ import (
) )
const ( const (
aliasRegex = `^[a-zA-Z0-9]+$` aliasRegex = `^[a-zA-Z0-9.]+$`
) )
// IsValidAlias checks if the alias is a valid alias format // IsValidAlias checks if the alias is a valid alias format