mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
formatting
This commit is contained in:
@@ -526,8 +526,8 @@ namespace Bit.Core.Utilities
|
||||
return string.Concat("Custom_", type.ToString());
|
||||
}
|
||||
|
||||
public static bool UserInviteTokenIsValid(IDataProtector protector, string token, string userEmail, Guid orgUserId,
|
||||
GlobalSettings globalSettings)
|
||||
public static bool UserInviteTokenIsValid(IDataProtector protector, string token, string userEmail,
|
||||
Guid orgUserId, GlobalSettings globalSettings)
|
||||
{
|
||||
var invalid = true;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user