fix: OAuth2 error
This commit is contained in:
parent
7d9afb76b1
commit
8b32944692
@ -40,6 +40,8 @@
|
||||
? $t('views.user.source.lark')
|
||||
: row.source === 'dingtalk'
|
||||
? $t('views.user.source.dingtalk')
|
||||
: row.source === 'OAUTH2' || row.source === 'OAuth2'
|
||||
? 'OAuth2'
|
||||
: row.source
|
||||
}}
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user