|
|
@@ -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}>
|