diff --git a/user/component/user.go b/user/component/user.go index c5c6e3dec..1fa23e3b6 100644 --- a/user/component/user.go +++ b/user/component/user.go @@ -27,11 +27,6 @@ import ( const GitalyRepoNotFoundErr = "rpc error: code = NotFound desc = repository does not exist" -const ( - SMSCodeCachePrefix = "sms:code" - SMSCodeCacheTTL = 1 * time.Minute -) - type userComponentImpl struct { userStore database.UserStore orgStore database.OrgStore