Skip to content

Commit

Permalink
fix: correct role type (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Jun 13, 2024
1 parent 69f3946 commit b9e01ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TRE-API/Services/DareClientWithoutTokenHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public DareClientWithoutTokenHelper(IHttpClientFactory httpClientFactory,
{
_username = creds.UserName;
_password = encDec.Decrypt(creds.PasswordEnc);
_requiredRole = "dare-control-admin";
_requiredRole = "dare-tre-admin";
}
}

Expand Down

0 comments on commit b9e01ef

Please sign in to comment.