allow period for the alias #1

Merged
lash merged 3 commits from alias-period into master 2025-01-21 14:47:36 +01:00
Showing only changes of commit 26b53c79df - Show all commits

View File

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