Skip to content

Commit

Permalink
feat: change to Spontaneous Scope should not be allowed #334
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Jul 26, 2022
1 parent 9361de9 commit bfac54f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions admin-ui/plugins/auth-server/components/Scopes/ScopeForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,5 @@ function ScopeForm({ scope, scripts, attributes, handleSubmit}) {
</Container >
)
}
const mapStateToProps = (state) => {
return {
client: state.oidcReducer.items,
}
}
export default connect(mapStateToProps)(ScopeForm)

export default ScopeForm

0 comments on commit bfac54f

Please sign in to comment.