mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
fix double //
This commit is contained in:
@ -92,7 +92,7 @@ namespace Bit.Core.Services
|
||||
var requestMessage = new HttpRequestMessage
|
||||
{
|
||||
Method = HttpMethod.Post,
|
||||
RequestUri = new Uri(string.Concat(IdentityClient.BaseAddress, "/connect/token")),
|
||||
RequestUri = new Uri(string.Concat(IdentityClient.BaseAddress, "connect/token")),
|
||||
Content = new FormUrlEncodedContent(new Dictionary<string, string>
|
||||
{
|
||||
{ "grant_type", "client_credentials" },
|
||||
|
Reference in New Issue
Block a user