implement user_permission

This commit is contained in:
2025-02-01 03:04:52 -06:00
parent 72414bc8fb
commit d58c69cb08
6 changed files with 41 additions and 14 deletions

View File

@@ -34,5 +34,5 @@ func (f *ForgotNKodeCache) Delete(userEmail entities.UserEmail, customerId entit
}
func key(email entities.UserEmail, id entities.CustomerId) string {
return string(email) + entities.CustomerIdToString(id)
return string(email) + id.String()
}