mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
chore: generate
This commit is contained in:
parent
b01eec38d1
commit
a03daa4252
@ -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…
x
Reference in New Issue
Block a user