mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-20 03:49:46 +08:00
调整流程详情显示效果
添加DataGrid数据格式
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenAuth.App.SSO
|
||||
if (cache.InvalidTime > DateTime.Now)
|
||||
{
|
||||
//延长
|
||||
cache.InvalidTime = DateTime.Now.AddMinutes(5);
|
||||
cache.InvalidTime = DateTime.Now.AddDays(1);
|
||||
//设置缓存
|
||||
CacheContext.Set(cache.Token, cache);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user