feat: Added QR login
fix: Fixed webview for windows builds
This commit is contained in:
parent
01b91aa48c
commit
4739b89933
26 changed files with 545 additions and 83 deletions
|
|
@ -3,6 +3,7 @@ import { FocusDetails } from '@noriginmedia/norigin-spatial-navigation';
|
|||
import { JSX } from 'react';
|
||||
import * as z from 'zod';
|
||||
|
||||
export const LOGIN_PORT = 5196;
|
||||
export const SERVER_PORT = 5173;
|
||||
export const SERVER_URL = (host: string) => `http://${host}:${SERVER_PORT}`;
|
||||
export const WINDOW_PORT = 4656;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue