diff --git a/web/app/services/customer-application/service.js b/web/app/services/customer-application/service.js index 7ea5c66..b0149a1 100644 --- a/web/app/services/customer-application/service.js +++ b/web/app/services/customer-application/service.js @@ -9,7 +9,7 @@ export default BaseService.extend({ presence: true, length: { minimum: 1, - maximum: 36 + maximum: 128 } } }