Skip to content

Commit

Permalink
Apply mvn formatter:format
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Jul 13, 2024
1 parent 4660e3a commit 1474c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public static GeorchestraUser map(Map<String, String> requestHeaders) {
user.setRoles(roleNames);
user.setOAuth2Provider(provider);
user.setOAuth2Uid(providerId);
//TODO rename oauth2 fields to a more generic name : externalProvider ?
// TODO rename oauth2 fields to a more generic name : externalProvider ?
return user;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ public class CreateAccountUserCustomizerIT {
"preauth-email", "[email protected]", //
"preauth-firstname", "Pierre-Jean-Pierre", //
"preauth-lastname", "Martin", //
"preauth-org", "NEWORG",
"preauth-provider", "georchestra",
"preauth-provider-id", "georchestra12"
);
"preauth-org", "NEWORG", "preauth-provider", "georchestra", "preauth-provider-id", "georchestra12");

private static final Map<String, String> ANOTHER_NOT_EXISTING_ACCOUNT_HEADERS_EXISTING_ORG = Map.of( //
"sec-georchestra-preauthenticated", "true", //
Expand Down

0 comments on commit 1474c16

Please sign in to comment.