mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
merge
This commit is contained in:
@@ -5,13 +5,7 @@ import { Redirect, withRouter } from "react-router-dom";
|
||||
import {compose} from "redux";
|
||||
import {translate} from "react-i18next";
|
||||
import styled from "styled-components";
|
||||
import {
|
||||
login,
|
||||
isAuthenticated,
|
||||
isLoginPending,
|
||||
getLoginFailure
|
||||
} from "../modules/auth";
|
||||
import { connect } from "react-redux";
|
||||
import {getLoginFailure, isAuthenticated, isLoginPending, login} from "../modules/auth";
|
||||
import {getLoginInfoLink, getLoginLink} from "../modules/indexResource";
|
||||
import LoginInfo from "../components/LoginInfo";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user