mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
InvitesRepositoryTests
+ other reworks
This commit is contained in:
@@ -22,7 +22,7 @@ public class JwtService : IJwtService
|
||||
|
||||
public string GenerateJwtToken(User user)
|
||||
{
|
||||
var invite = _invitesRepository.GetByIdAsync(user.InviteId).Result;
|
||||
var invite = _invitesRepository.FindByIdAsync(user.InviteId).Result;
|
||||
|
||||
var claims = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user