Additional whitelabel changes.
This commit is contained in:
@@ -55,7 +55,7 @@ export function UserRequestResetPw({
|
||||
return (
|
||||
<div className="login-container">
|
||||
<div className="login-logo-container">
|
||||
<img src={ImEXOnlineLogo} height="100" width="100" alt="ImEX Online" />
|
||||
<img src={ImEXOnlineLogo} height="100" width="100" alt="Rome Online" />
|
||||
<Typography.Title>{t("titles.app")}</Typography.Title>
|
||||
</div>
|
||||
<Typography.Title level={3}>{t("titles.resetpassword")}</Typography.Title>
|
||||
|
||||
@@ -6,10 +6,10 @@ export default function AboutPage() {
|
||||
<div style={{ textAlign: "center", margin: "1rem 0rem" }}>
|
||||
<Typography.Title
|
||||
level={2}
|
||||
>{`ImEX Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</Typography.Title>
|
||||
>{`Rome Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</Typography.Title>
|
||||
<Typography.Title level={4}>
|
||||
© 2019 - {new Date().getFullYear()} ImEX Systems Inc. used under
|
||||
license to Rome Technologies Inc.
|
||||
license to Rome Technologies
|
||||
</Typography.Title>
|
||||
<Typography.Title level={2}>Third Party Notices</Typography.Title>
|
||||
<a href="/3rdparty-app.txt">
|
||||
|
||||
@@ -205,7 +205,7 @@ export function* signInSuccessSaga({ payload }) {
|
||||
[payload.displayName || payload.email],
|
||||
]);
|
||||
|
||||
window.$crisp.push(["set", "session:segments", [["user"]]]);
|
||||
window.$crisp.push(["set", "session:segments", [["user", "rome"]]]);
|
||||
|
||||
Sentry.setUser({
|
||||
email: payload.email,
|
||||
|
||||
@@ -2,7 +2,7 @@ import i18n from "i18next";
|
||||
//import { store } from "../redux/store";
|
||||
export const EmailSettings = {
|
||||
fromNameDefault: "Rome Online",
|
||||
fromAddress: "noreply@rome.online",
|
||||
fromAddress: "noreply@romeonline.io",
|
||||
};
|
||||
|
||||
export const TemplateList = (type, context) => {
|
||||
|
||||
Reference in New Issue
Block a user