add download authlib injector support

This commit is contained in:
2025-07-17 00:54:26 +03:00
parent 5a10292add
commit 10afd673db
3 changed files with 168 additions and 110 deletions

View File

@@ -263,7 +263,7 @@ impl AccountType {
}
}
fn as_lowercase_str(&self) -> String {
pub(crate) fn as_lowercase_str(&self) -> String {
self.as_str().to_lowercase()
}
}