diff --git a/src/pages/login/forms/Form.tsx b/src/pages/login/forms/Form.tsx index 3327b43d..3f7e32e8 100644 --- a/src/pages/login/forms/Form.tsx +++ b/src/pages/login/forms/Form.tsx @@ -15,6 +15,7 @@ import { takeError } from "../../../context/revoltjs/util"; import Overline from "../../../components/ui/Overline"; import Preloader from "../../../components/ui/Preloader"; import WaveSVG from "../../settings/assets/wave.svg"; +import { Tip } from "@revoltchat/ui"; import FormField from "../FormField"; import { CaptchaBlock, CaptchaProps } from "./CaptchaBlock"; @@ -249,6 +250,24 @@ export const Form = observer(({ page, callback }: Props) => { + {import.meta.env.VITE_API_URL && + import.meta.env.VITE_API_URL != + "https://api.revolt.chat" && ( + <> +
+ + + {" "} + + + + + + + )} )} {(page === "reset" ||