add download authlib injector support
Some checks failed
AstralRinth App build / Build (x86_64-unknown-linux-gnu, ubuntu-latest) (push) Successful in 39m37s
AstralRinth App build / Build (x86_64-pc-windows-msvc, windows-latest) (push) Has been cancelled

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()
}
}