fix(auth): narrow mobile auth fallback (#2046)

Co-authored-by: bashrusakh <bashrusakh@users.noreply.github.com>
This commit is contained in:
Leonid
2026-07-05 23:33:23 +03:00
committed by GitHub
co-authored by bashrusakh
parent 0a7807a9dc
commit ec61cf3573
5 changed files with 345 additions and 7 deletions
+1 -3
View File
@@ -76,9 +76,7 @@ export function renderMobileApp(apis: RuntimeAPIs) {
// Auth gating differs by shell: the native Capacitor app authenticates via
// its own instance-connect flow (MobileConnectionWelcome asks for the
// password per instance), while the plain mobile BROWSER against a
// --ui-password server must get the classic SessionAuthGate unlock page
// dropping it (v1.13.9) left browsers on a dead "unable to reach server"
// screen with no way to enter the password.
// --ui-password server must keep the classic SessionAuthGate unlock page.
const app = <MobileApp apis={resolvedApis} />;
createRoot(rootElement).render(