(s, o)
| 70035 | } |
| 70036 | } |
| 70037 | class HttpAuth extends Re.Component { |
| 70038 | constructor(s, o) { |
| 70039 | super(s, o) |
| 70040 | let { name: i, schema: a } = this.props, |
| 70041 | u = this.getValue() |
| 70042 | this.state = { name: i, schema: a, value: u } |
| 70043 | } |
| 70044 | getValue() { |
| 70045 | let { name: s, authorized: o } = this.props |