mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Remove app.multiUserServer flag (#1711)
This commit is contained in:
@@ -145,7 +145,6 @@ export class ComfyApp {
|
||||
configuringGraph: boolean
|
||||
isNewUserSession: boolean
|
||||
storageLocation: StorageLocation
|
||||
multiUserServer: boolean
|
||||
ctx: CanvasRenderingContext2D
|
||||
bodyTop: HTMLElement
|
||||
bodyLeft: HTMLElement
|
||||
@@ -1728,7 +1727,6 @@ export class ComfyApp {
|
||||
return
|
||||
}
|
||||
|
||||
this.multiUserServer = true
|
||||
let user = localStorage['Comfy.userId']
|
||||
const users = userConfig.users ?? {}
|
||||
if (!user || !users[user]) {
|
||||
|
||||
Reference in New Issue
Block a user