Live video on the AT Protocol

add login back

+12 -1
+12 -1
js/app/src/router.tsx
··· 26 } from "@streamplace/components"; 27 import { Provider, Settings } from "components"; 28 import AQLink from "components/aqlink"; 29 import LoginModal from "components/login/login-modal"; 30 import { AboutCategorySettings } from "components/settings/about-category-settings"; 31 import { AccountCategorySettings } from "components/settings/account-category-settings"; ··· 144 KeyManagement: undefined; 145 GoLive: undefined; 146 LiveDashboard: undefined; 147 AVSync: undefined; 148 AppReturn: { scheme: string }; 149 About: undefined; ··· 197 KeyManagement: "key-management", 198 GoLive: "golive", 199 LiveDashboard: "live", 200 AVSync: "sync-test", 201 AppReturn: "app-return/:scheme", 202 About: "about", ··· 733 drawerItemStyle: { display: "none" }, 734 }} 735 /> 736 - 737 <Drawer.Screen 738 name="PopoutChat" 739 component={PopoutChat}
··· 26 } from "@streamplace/components"; 27 import { Provider, Settings } from "components"; 28 import AQLink from "components/aqlink"; 29 + import Login from "components/login/login"; 30 import LoginModal from "components/login/login-modal"; 31 import { AboutCategorySettings } from "components/settings/about-category-settings"; 32 import { AccountCategorySettings } from "components/settings/account-category-settings"; ··· 145 KeyManagement: undefined; 146 GoLive: undefined; 147 LiveDashboard: undefined; 148 + Login: undefined; 149 AVSync: undefined; 150 AppReturn: { scheme: string }; 151 About: undefined; ··· 199 KeyManagement: "key-management", 200 GoLive: "golive", 201 LiveDashboard: "live", 202 + Login: "login", 203 AVSync: "sync-test", 204 AppReturn: "app-return/:scheme", 205 About: "about", ··· 736 drawerItemStyle: { display: "none" }, 737 }} 738 /> 739 + <Drawer.Screen 740 + name="Login" 741 + component={Login} 742 + options={{ 743 + drawerLabel: () => null, 744 + drawerItemStyle: { display: "none" }, 745 + headerShown: false, 746 + }} 747 + /> 748 <Drawer.Screen 749 name="PopoutChat" 750 component={PopoutChat}