Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermans authored Nov 18, 2023
1 parent 6dcb42e commit a42bf9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Commands/ConfigureAzure.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function handle()
}

$clientId = text(
label: 'Please enter your Client ID',
label: 'Please enter your client ID',
required: true
);

Expand All @@ -45,7 +45,7 @@ public function handle()
$this->updateEnvFile('AZURE_REDIRECT_URL', route('azure.callback'));

$tenantId = text(
label: 'Please enter your Tenant ID',
label: 'Please enter your tenant ID',
required: true
);

Expand Down

0 comments on commit a42bf9a

Please sign in to comment.