From 7c908018f6c79c0865165642180af201895f3f78 Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 9 Nov 2025 23:28:56 +0000 Subject: [PATCH] fix: correct typo in user authentication error message for invalid credentials --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..32d0688 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +PYTHON=".venv/bin/python3" +RBOX=".venv/bin/rbox" + +all: + $(RBOX) --port 9004