mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-10 06:12:56 +08:00
feat: support face ID provider (#3666)
This commit is contained in:
@@ -1054,6 +1054,7 @@ class UserEditPage extends React.Component {
|
||||
<FaceIdTable
|
||||
title={i18next.t("user:Face IDs")}
|
||||
table={this.state.user.faceIds}
|
||||
{...this.props}
|
||||
onUpdateTable={(table) => {this.updateUserField("faceIds", table);}}
|
||||
/>
|
||||
</Col>
|
||||
|
Reference in New Issue
Block a user