chore: generate
This commit is contained in:
parent
b01eec38d1
commit
a03daa4252
1 changed files with 3 additions and 3 deletions
|
|
@ -304,9 +304,9 @@ render(() => {
|
||||||
)}
|
)}
|
||||||
<ServerGate>
|
<ServerGate>
|
||||||
{(data) => {
|
{(data) => {
|
||||||
setServerPassword(data().password);
|
setServerPassword(data().password)
|
||||||
window.__OPENCODE__ ??= {};
|
window.__OPENCODE__ ??= {}
|
||||||
window.__OPENCODE__.serverPassword = data().password ?? undefined;
|
window.__OPENCODE__.serverPassword = data().password ?? undefined
|
||||||
|
|
||||||
return <AppInterface defaultUrl={data().url} />
|
return <AppInterface defaultUrl={data().url} />
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue