mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-06 06:45:18 -04:00
Almost there (#4343)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
@@ -103,6 +103,10 @@ private readonly IUnitOfWork _unitOfWork;
|
||||
|
||||
return AuthenticateResult.Success(ticket);
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
return AuthenticateResult.Fail("Auth Key authentication failed");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError(ex, "Auth Key authentication failed");
|
||||
|
||||
Reference in New Issue
Block a user