feat: update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user