Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Apr 1, 2024
1 parent 8438dbe commit e4b02e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ public function __construct(
private string $apiHost = self::DEFAULT_API_HOST,
) {
if (!str_starts_with($secretKey, 'secret_')) {
throw new ApiError('Invalid secret key. Please verify you copied the full value from the SnapAuth dashboard.');
throw new ApiError(
'Invalid secret key. Please verify you copied the full value from the SnapAuth dashboard.',
);
}
}

Expand Down

0 comments on commit e4b02e9

Please sign in to comment.