mirror of
https://github.com/bitwarden/server.git
synced 2025-02-22 02:51:33 +01:00
formatting
This commit is contained in:
parent
621192b701
commit
ae893c72bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user