mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
修复生成业务代码异常
优化代码,删除columnHeaders
This commit is contained in:
@@ -176,10 +176,12 @@ namespace OpenAuth.App.SSO
|
||||
_cacheContext.Remove(token);
|
||||
return true;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user