mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
restore context path support
This commit is contained in:
@@ -16,6 +16,7 @@ import { SubmitButton } from "../components/buttons";
|
||||
|
||||
import classNames from "classnames";
|
||||
import ErrorNotification from "../components/ErrorNotification";
|
||||
import Image from "../components/Image";
|
||||
|
||||
const styles = {
|
||||
avatar: {
|
||||
@@ -105,7 +106,7 @@ class Login extends React.Component<Props, State> {
|
||||
<p className="subtitle">{t("login.subtitle")}</p>
|
||||
<div className={classNames("box", classes.avatarSpacing)}>
|
||||
<figure className={classes.avatar}>
|
||||
<img
|
||||
<Image
|
||||
className={classes.avatarImage}
|
||||
src="/images/blib.jpg"
|
||||
alt={t("login.logo-alt")}
|
||||
|
||||
Reference in New Issue
Block a user