Skip to content

Commit 3f24e8c

Browse files
martastainCopilot
andauthored
Update backend/api/init/init_request.py
Co-authored-by: Copilot <[email protected]>
1 parent ff77ddd commit 3f24e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/init/init_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@functools.cache
2222
def is_login_background_enabled() -> bool:
23-
img_path = f"/mnt/{nebula.config.site_name}_01/.nx/login_background.jpg"
23+
img_path = f"/mnt/{nebula.config.site_name}_01/.nx/login-background.jpg"
2424
return os.path.isfile(img_path)
2525

2626

0 commit comments

Comments
 (0)