mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
url encode tokens
This commit is contained in:
parent
ed81f3874b
commit
789636b394
@ -179,7 +179,7 @@ namespace Bit.Core.Services
|
||||
Email = WebUtility.UrlEncode(orgUser.Email),
|
||||
OrganizationId = orgUser.OrganizationId.ToString(),
|
||||
OrganizationUserId = orgUser.Id.ToString(),
|
||||
Token = token,
|
||||
Token = WebUtility.UrlEncode(token),
|
||||
OrganizationNameUrlEncoded = WebUtility.UrlEncode(organizationName),
|
||||
WebVaultUrl = _globalSettings.BaseServiceUri.Vault,
|
||||
SiteName = _globalSettings.SiteName
|
||||
|
Loading…
Reference in New Issue
Block a user