Actually output the token to display
This commit is contained in:
parent
2b8995cee4
commit
7a8a31ebf8
@ -84,7 +84,8 @@ class AuthTokenCommand extends Command
|
||||
'name' => $name,
|
||||
'token' => $tokenString
|
||||
]);
|
||||
$this->info('Token created');
|
||||
$this->info('Token created, copy this as you won\'t be able to see it again.');
|
||||
$this->info($tokenString);
|
||||
}
|
||||
|
||||
private function revokeToken() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user