Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4420 | Rev 4933 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4420 Rev 4423
Línea 6... Línea 6...
6
import ForgotPassword from "./forgot-password/ForgotPassword";
6
import ForgotPassword from "./forgot-password/ForgotPassword";
7
import { addNotification } from "../../../redux/notification/notification.actions";
7
import { addNotification } from "../../../redux/notification/notification.actions";
Línea 8... Línea 8...
8
 
8
 
9
const SigninSection = (props) => {
9
const SigninSection = (props) => {
10
  // props captchakey
10
  // props captchakey
11
  const { captchaKey, facebookOauth, twitterOauth, googleOauth, aes } =
11
  const { captchaKey, facebookOauth, twitterOauth, googleOauth, aes, defaultNetwork } =
Línea 12... Línea 12...
12
    props.backendVars;
12
    props.backendVars;
13
 
13
 
14
  // redux destructuring
14
  // redux destructuring
Línea 48... Línea 48...
48
 
48
 
49
      <div className="sign_in_sec current">
49
      <div className="sign_in_sec current">
50
        <Switch>
50
        <Switch>
51
          <Route exact path="/signin">
51
          <Route exact path="/signin">
-
 
52
            <Login
52
            <Login
53
              defaultNetwork={defaultNetwork}
53
              captchaKey={captchaKey}
54
              captchaKey={captchaKey}
54
              addNotification={addNotification}
55
              addNotification={addNotification}
55
              facebookOauth={facebookOauth}
56
              facebookOauth={facebookOauth}
56
              twitterOauth={twitterOauth}
57
              twitterOauth={twitterOauth}