Skip to content

Commit f0ae2ad

Browse files
committed
fix security schema type
1 parent b45eaad commit f0ae2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Swagger/Security/RSVPTemplatesAuthSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use OpenApi\Attributes as OA;
77

88
#[OA\SecurityScheme(
9-
type: 'rsvp_templates_oauth2',
9+
type: 'oauth2',
1010
securityScheme: 'summit_rsvp_templates_oauth2',
1111
flows: [
1212
new OA\Flow(

0 commit comments

Comments
 (0)