mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-15 10:12:03 -04:00
Include auth state
This commit is contained in:
@@ -408,6 +408,8 @@ async function initApp({ baseURL, clientStaticPath }: AppOptions) {
|
||||
client.ws.close()
|
||||
}
|
||||
}
|
||||
|
||||
currentStreamwallConn?.clientState.update({ auth: auth.getState() })
|
||||
})
|
||||
|
||||
return { app, db, auth }
|
||||
|
||||
Reference in New Issue
Block a user