mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
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>
|
||||
{(data) => {
|
||||
setServerPassword(data().password);
|
||||
window.__OPENCODE__ ??= {};
|
||||
window.__OPENCODE__.serverPassword = data().password ?? undefined;
|
||||
setServerPassword(data().password)
|
||||
window.__OPENCODE__ ??= {}
|
||||
window.__OPENCODE__.serverPassword = data().password ?? undefined
|
||||
|
||||
return <AppInterface defaultUrl={data().url} />
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue