Support IdCard in signup page.

This commit is contained in:
Yang Luo
2021-12-28 17:48:24 +08:00
parent 64d3b7e87f
commit d5f802ec7d
10 changed files with 46 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class SignupTable extends React.Component {
{id: 'Display name', name: 'Display name'},
{id: 'Affiliation', name: 'Affiliation'},
{id: 'Country/Region', name: 'Country/Region'},
{id: 'ID card', name: 'ID card'},
{id: 'Email', name: 'Email'},
{id: 'Password', name: 'Password'},
{id: 'Confirm password', name: 'Confirm password'},