package utils
import "time"
const (
VerifyCodeLength = 6
TempVerifyCodeExpirationTime = 5 * time.Minute
NotificationIconSuccess = "🟢"
NotificationSymbolInfo = "🔵"
NotificationSymbolWarnung = "🟠"
NotificationSymbolError = "🔴"
)