Skip to content

Commit

Permalink
test CI Account Service demo 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslav Radev committed Mar 17, 2024
1 parent 8740a3b commit 2173fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/Account/Services/AccountService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class AccountService(DatabaseContext _accountDbContext, IConfiguration co
var authToken = AuthTokenGenerator.GenerateOwnAuthToken(account.AccId.ToString(),configuration);
return new Tuple<AccountDTO, string>(AccountMapper.AccountToAccountDto(account), authToken);
}

public async Task<Tuple<AccountDTO,string>> Register(RegisterRequestDTO request)
{

Expand Down

0 comments on commit 2173fd5

Please sign in to comment.