You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.
In S3's static web app, ng-pattern="/^[1-9][0-9]{9}$/" in signup.html and Value : '+1' + $scope.user.phone in signup.js limit to add phone number of international users. It effects to Twillo Lab that users have to change phone number manually in DynamoDB for validation of their real number. Please release validation option of +1 and 10 digital number.
The text was updated successfully, but these errors were encountered:
+1 I solved this with pull request #45 - but the signup.html and signup.js files must be updated in the shared S3 bucket, otherwise you need to replace them manually after the CloudFormation script.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In S3's static web app, ng-pattern="/^[1-9][0-9]{9}$/" in signup.html and Value : '+1' + $scope.user.phone in signup.js limit to add phone number of international users. It effects to Twillo Lab that users have to change phone number manually in DynamoDB for validation of their real number. Please release validation option of +1 and 10 digital number.
The text was updated successfully, but these errors were encountered: