diff --git a/src/Auth/RegistersUsers.php b/src/Auth/RegistersUsers.php index f5de864..7e3ded7 100644 --- a/src/Auth/RegistersUsers.php +++ b/src/Auth/RegistersUsers.php @@ -44,7 +44,6 @@ public function register(Request $request, array $clientMetadata=null) //Create credentials object $collection = collect($data); - $collection['phone']='+919158999635'; //Register User in Cognito $cognitoRegistered=$this->createCognitoUser($collection, $clientMetadata, config('cognito.default_user_group', null));