fix: change setHost to setCustomHost
This commit is contained in:
@@ -67,7 +67,7 @@ const Authentication = observer(({
|
|||||||
const handleHostInputChange = (event: TargetedEvent<HTMLInputElement>) => {
|
const handleHostInputChange = (event: TargetedEvent<HTMLInputElement>) => {
|
||||||
const { value } = event.target as HTMLInputElement;
|
const { value } = event.target as HTMLInputElement;
|
||||||
setServer(value);
|
setServer(value);
|
||||||
application.setHost(value);
|
application.setCustomHost(value);
|
||||||
};
|
};
|
||||||
|
|
||||||
const emailInputRef = useRef<HTMLInputElement>();
|
const emailInputRef = useRef<HTMLInputElement>();
|
||||||
|
|||||||
Reference in New Issue
Block a user