Skip to content

Commit 6bc8fec

Browse files
authored
Update ClientCommand.php
1 parent a9081d4 commit 6bc8fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ClientCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected function createAuthCodeClient(ClientRepository $clients): Client
147147
? ! $this->option('public')
148148
: $this->confirm('Would you like to make this client confidential?', true);
149149

150-
$enableDeviceFlow = $this->confirm('Would you like to enable device authorization flow for this client?');
150+
$enableDeviceFlow = $this->confirm('Would you like to enable the device authorization flow for this client?');
151151

152152
return $clients->createAuthorizationCodeGrantClient(
153153
$this->option('name'), explode(',', $redirect), $confidential, null, $enableDeviceFlow

0 commit comments

Comments
 (0)