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