Actually output the token to display

This commit is contained in:
Daniel_I_Am 2020-09-04 19:24:26 -04:00 committed by Solao Bajiuik
parent 2b8995cee4
commit 7a8a31ebf8

View File

@ -84,7 +84,8 @@ class AuthTokenCommand extends Command
'name' => $name, 'name' => $name,
'token' => $tokenString '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() { private function revokeToken() {