Skip to content

Commit

Permalink
Update src/main/java/tech/jhipster/lite/generator/client/angular/secu…
Browse files Browse the repository at this point in the history
…rity/oauth2/infrastructure/primary/AngularOauth2Resource.java

Co-authored-by: Pascal Grimaud <pascalgrimaud@gmail.com>
  • Loading branch information
Bolo89 and pascalgrimaud authored May 18, 2022
1 parent dae6982 commit 1579db6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public AngularOauth2Resource(AngularOauth2ApplicationService angularOauth2Applic
this.angularOauth2ApplicationService = angularOauth2ApplicationService;
}

@Operation(summary = "Add Oauth2 authentication")
@Operation(summary = "Add OAuth2 authentication")
@ApiResponse(responseCode = "500", description = "An error occurred while adding Oauth2 authentication")
@PostMapping
@GeneratorStep(id = GeneratorAction.ANGULAR_OAUTH2)
Expand Down

0 comments on commit 1579db6

Please sign in to comment.