Kyle Shockey 7 лет назад
Родитель
Сommit
7c917325f0
2 измененных файлов: 5 добавлений и 1 удалений
  1. +4
    -1
      src/core/components/auth/auth-item.jsx
  2. +1
    -0
      src/core/components/auth/oauth2.jsx

+ 4
- 1
src/core/components/auth/auth-item.jsx Просмотреть файл

@@ -4,7 +4,10 @@ import ImPropTypes from "react-immutable-proptypes"

export default class Auths extends React.Component {
static propTypes = {

schema: ImPropTypes.orderedMap.isRequired,
name: PropTypes.string.isRequired,
onAuthChange: PropTypes.func.isRequired,
authorized: ImPropTypes.orderedMap.isRequired
}

render() {


+ 1
- 0
src/core/components/auth/oauth2.jsx Просмотреть файл

@@ -11,6 +11,7 @@ export default class Oauth2 extends React.Component {
authSelectors: PropTypes.object.isRequired,
authActions: PropTypes.object.isRequired,
errSelectors: PropTypes.object.isRequired,
specSelectors: PropTypes.object.isRequired,
errActions: PropTypes.object.isRequired,
getConfigs: PropTypes.any
}


Загрузка…
Отмена
Сохранить