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
|
|
@ -1,6 +1,6 @@
|
|||
import { networkInterfaces } from "node:os";
|
||||
|
||||
const localIp = Object.values(networkInterfaces())
|
||||
export const localIp = Object.values(networkInterfaces())
|
||||
.flat()
|
||||
.find((iface) => iface?.family === 'IPv4' && !iface.internal)?.address || 'localhost';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue