Merge pull request #1354 from MCSManager/abstract

Fix: login time
This commit is contained in:
Unitwk 2024-08-27 14:09:45 +08:00 committed by GitHub
commit 9170dbc557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,7 @@ const disable2FACode = async () => {
</a-col>
<a-col>
<a-form-item :label="t('TXT_CODE_d7ee9ba')">
<span>{{ state.userInfo?.registerTime }}</span>
<span>{{ state.userInfo?.loginTime }}</span>
</a-form-item>
</a-col>
</a-row>