Skip to content

Commit

Permalink
Merge pull request #410 from bcgov/RHBC-26-spike
Browse files Browse the repository at this point in the history
chore: fix semicolon
  • Loading branch information
thegentlemanphysicist authored Nov 19, 2024
2 parents e7b6a3e + f1ac69c commit 9b7e1ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ private void redirect(AuthenticationFlowContext context, IdentityProviderModel i
.getOrGenerateCode();
String clientId = context.getAuthenticationSession().getClient().getClientId();
String tabId = context.getAuthenticationSession().getTabId();
String clientData = "Test String"
String loginHint = "Test String two"
String clientData = "Test String";
String loginHint = "Test String two";
URI location =
Urls.identityProviderAuthnRequest(
context.getUriInfo().getBaseUri(),
Expand Down

0 comments on commit 9b7e1ff

Please sign in to comment.