Skip to content

Commit

Permalink
Merge pull request #76 from ellaisys/hotfix
Browse files Browse the repository at this point in the history
Hotfix for removing the hardcoded phone number
  • Loading branch information
amitdhongde authored Sep 12, 2023
2 parents 8b77225 + e3739fd commit 16f27c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Auth/RegistersUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 16f27c4

Please sign in to comment.