Use proper homeserver URL for API requests
This commit is contained in:
parent
475aa11f06
commit
40b5031550
3 changed files with 53 additions and 28 deletions
|
@ -70,7 +70,7 @@ const LoginPage = ({ theme }) => {
|
|||
var locale = useLocale();
|
||||
const setLocale = useSetLocale();
|
||||
const translate = useTranslate();
|
||||
const homeserver = localStorage.getItem("home_server");
|
||||
const homeserver = localStorage.getItem("base_url");
|
||||
|
||||
const renderInput = ({
|
||||
meta: { touched, error } = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue