Fix VNC URL on production builds
This commit is contained in:
@ -57,6 +57,7 @@ function VNCInner(p: { vm: VMInfo }): React.ReactElement {
|
||||
setToken(undefined);
|
||||
|
||||
const u = await VMApi.OneShotVNCURL(p.vm);
|
||||
console.info("VNC URL", u);
|
||||
|
||||
if (!token)
|
||||
setToken({
|
||||
|
Reference in New Issue
Block a user