mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: OAuth2 error
This commit is contained in:
parent
7d9afb76b1
commit
8b32944692
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue