File tree 4 files changed +0
-630
lines changed
admin-ui/plugins/user-management/components/UserManagement
4 files changed +0
-630
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import UserForm from './UserForm'
5
5
import GluuAlert from '../../../../app/routes/Apps/Gluu/GluuAlert'
6
6
import { useTranslation } from 'react-i18next'
7
7
import { useFormik } from 'formik'
8
- import { initialClaims } from './constLists'
9
8
import {
10
9
createNewUser ,
11
10
redirectToListPage ,
@@ -64,12 +63,10 @@ function UserAddPage() {
64
63
initialValues : { } ,
65
64
onSubmit : ( values ) => {
66
65
submitData ( values )
67
- // alert(JSON.stringify(values, null, 2))
68
66
} ,
69
67
} )
70
68
return (
71
69
< React . Fragment >
72
- { /* <GluuRibbon title={t('titles.user_management')} fromLeft /> */ }
73
70
< GluuAlert
74
71
severity = { t ( 'titles.error' ) }
75
72
message = { t ( 'messages.error_in_saving' ) }
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import UserForm from './UserForm'
5
5
import GluuAlert from '../../../../app/routes/Apps/Gluu/GluuAlert'
6
6
import { useTranslation } from 'react-i18next'
7
7
import { useFormik } from 'formik'
8
- import { initialClaims } from './constLists'
9
8
import { updateExistingUser } from '../../redux/actions/UserActions'
10
9
import { useDispatch , useSelector } from 'react-redux'
11
10
function UserEditPage ( ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import MaterialTable from '@material-table/core'
3
3
import { DeleteOutlined } from '@material-ui/icons'
4
4
import { Paper } from '@material-ui/core'
5
5
import UserDetailViewPage from './UserDetailViewPage'
6
- // import RoleAddDialogForm from './RoleAddDialogForm'
7
6
import { Badge } from 'reactstrap'
8
7
import {
9
8
getUsers ,
@@ -139,11 +138,6 @@ function UserList(props) {
139
138
} }
140
139
/>
141
140
</ GluuViewWrapper >
142
- { /* <RoleAddDialogForm
143
- handler={toggle}
144
- modal={modal}
145
- onAccept={onAddConfirmed}
146
- /> */ }
147
141
</ CardBody >
148
142
</ Card >
149
143
)
You can’t perform that action at this time.
0 commit comments