You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<NTagv-if="config.accessTokenExpiredTime && config.accessTokenExpiredTime !== '-' && new Date(config.accessTokenExpiredTime as string) < new Date()":bordered="false"type="warning">
119
+
{{ new Date(config.accessTokenExpiredTime as string) > new Date() ? '' : 'Expired' }}
0 commit comments