fix: don't pass CancellationToken to method that shouldn't abort
also add license header to project
This commit is contained in:
parent
d982342ab8
commit
5a22807410
3 changed files with 21 additions and 11 deletions
|
@ -13,7 +13,6 @@ public class RemoteAuthService(Config config, ILogger logger)
|
|||
|
||||
public async Task<RemoteUser> RequestDiscordTokenAsync(
|
||||
string code,
|
||||
string state,
|
||||
CancellationToken ct = default
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue