mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-08 19:27:07 +08:00
Merge branch 'api-nodes' of https://github.com/comfyanonymous/ComfyUI into api-nodes
This commit is contained in:
commit
cba7e59956
@ -226,7 +226,7 @@ class ApiClient:
|
|||||||
def check_auth_token(self, auth_token):
|
def check_auth_token(self, auth_token):
|
||||||
"""Verify that an auth token is present."""
|
"""Verify that an auth token is present."""
|
||||||
if auth_token is None:
|
if auth_token is None:
|
||||||
raise Exception("Please login first to use this node.")
|
raise Exception("Unauthorized: Please login first to use this node.")
|
||||||
return auth_token
|
return auth_token
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user