yusuketk 6 лет назад
Родитель
Сommit
77b2be5207
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/LoginForm.jsx

+ 1 - 1
src/client/js/components/LoginForm.jsx

@@ -76,7 +76,7 @@ class LoginForm extends React.Component {
   renderExternalAuthInput(auth) {
     const { t } = this.props;
     return (
-      <div className="input-group justify-content-center d-flex mt-5">
+      <div key={auth} className="input-group justify-content-center d-flex mt-5">
         <form role="form" action={`/passport/${auth}`} className="d-inline-flex flex-column">
           <input type="hidden" name="_csrf" value="{{ csrf() }}" />
           <button type="submit" className="btn btn-fill px-0 py-2" id={auth}>