[API Node] Sign in required dialog (#3457)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2025-04-14 17:49:17 -04:00
committed by GitHub
parent 1631665efb
commit 851739a768
14 changed files with 247 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<!-- A dialog header with ComfyOrg logo -->
<template>
<div class="px-2 py-4">
<img src="/assets/images/Comfy_Logo_x32.png" alt="ComfyOrg Logo" />
</div>
</template>