add sso login logic

This commit is contained in:
forrestzhou
2025-08-12 17:19:04 +08:00
committed by jialin
parent 7f1bc33eed
commit 4bdde365cf
5 changed files with 12638 additions and 14876 deletions
+15
View File
@@ -277,6 +277,21 @@ const Users: React.FC = () => {
);
}}
/>
<Column
title={intl.formatMessage({ id: 'users.form.source' })}
dataIndex="source"
key="source"
ellipsis={{
showTitle: false
}}
render={(text, record) => {
return (
<AutoTooltip ghost minWidth={20}>
{text}
</AutoTooltip>
);
}}
/>
<Column
title={intl.formatMessage({ id: 'common.table.createTime' })}
dataIndex="created_at"