fix: OAuth2 error

This commit is contained in:
wxg0103 2025-02-07 10:15:43 +08:00
parent 7d9afb76b1
commit 8b32944692

View File

@ -40,7 +40,9 @@
? $t('views.user.source.lark')
: row.source === 'dingtalk'
? $t('views.user.source.dingtalk')
: row.source
: row.source === 'OAUTH2' || row.source === 'OAuth2'
? 'OAuth2'
: row.source
}}
</template>
</el-table-column>