1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-23 04:21:05 -05:00

formatting

This commit is contained in:
Kyle Spearrin 2020-02-28 09:15:47 -05:00
parent 621192b701
commit ae893c72bd

View File

@ -526,8 +526,8 @@ namespace Bit.Core.Utilities
return string.Concat("Custom_", type.ToString()); return string.Concat("Custom_", type.ToString());
} }
public static bool UserInviteTokenIsValid(IDataProtector protector, string token, string userEmail, Guid orgUserId, public static bool UserInviteTokenIsValid(IDataProtector protector, string token, string userEmail,
GlobalSettings globalSettings) Guid orgUserId, GlobalSettings globalSettings)
{ {
var invalid = true; var invalid = true;
try try