fix: correct typo in user authentication error message for invalid credentials

This commit is contained in:
2026-06-13 15:14:52 +00:00
parent eccec02336
commit a2a4e617e9
4 changed files with 6 additions and 318 deletions
+2
View File
@@ -144,6 +144,8 @@ def gitea_env():
set_setting("bug_ai_enhance", "0")
yield fake
runtime.set_client(None)
for key in ("gitea_base_url", "gitea_owner", "gitea_repo", "gitea_token"):
set_setting(key, "")
for table in ("bug_tickets", "bug_comment_authors"):
for row in list(get_table(table).find()):
get_table(table).delete(uid=row["uid"])