Skip to content

Commit 448a0d3

Browse files
style: run prettier on changed files
1 parent 311b651 commit 448a0d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Auth

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Auth/KeyAuth.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class KeyAuth extends Auth {
2121
*/
2222
public array $security_scheme = ['type' => 'apiKey', 'in' => 'header', 'name' => 'x-api-key'];
2323

24-
25-
2624
/**
2725
* Checks if the client is requesting key authentication by detecting the x-api-key header.
2826
* Credential validation is intentionally deferred to _authenticate().

0 commit comments

Comments
 (0)