mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
feat: fix LDAP mobile field incorrect mapped (#2206)
This commit is contained in:
@ -191,8 +191,8 @@ class LdapSyncPage extends React.Component {
|
||||
},
|
||||
{
|
||||
title: i18next.t("general:Phone"),
|
||||
dataIndex: "phone",
|
||||
key: "phone",
|
||||
dataIndex: "mobile",
|
||||
key: "mobile",
|
||||
sorter: (a, b) => a.phone.localeCompare(b.phone),
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user