feat: update

This commit is contained in:
2026-06-11 18:28:25 +08:00
parent 8520f9db3c
commit 8a2fb36a98
65 changed files with 4407 additions and 572 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ func _store_password(password: String) -> String:
# Should hash, not store plaintext
return password.sha256_text()
func _attempt_auth(user: String, pass: String) -> bool:
func _attempt_auth(user: String, password: String) -> bool:
return false # Should fail with wrong credentials
func _get_logged_content() -> String: