diff options
Diffstat (limited to 'BackEnd/Timeline/Services/Token/UserTokenManager.cs')
-rw-r--r-- | BackEnd/Timeline/Services/Token/UserTokenManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Services/Token/UserTokenManager.cs b/BackEnd/Timeline/Services/Token/UserTokenManager.cs index 5aa85a5e..7ccdfe0a 100644 --- a/BackEnd/Timeline/Services/Token/UserTokenManager.cs +++ b/BackEnd/Timeline/Services/Token/UserTokenManager.cs @@ -91,7 +91,7 @@ namespace Timeline.Services.Token return user;
}
- catch (UserNotExistException e)
+ catch (EntityNotExistException e)
{
var exception = new UserTokenUserNotExistException(token, e);
_logger.LogInformation(exception, Resource.LogTokenVerifiedFail);
|