1
0

refactor: update comments to reflect modifications by AstralRinth

This commit is contained in:
2026-01-27 20:50:55 +03:00
parent 572800d9ca
commit e9bc01b0c7
21 changed files with 53 additions and 51 deletions

View File

@@ -179,7 +179,7 @@ pub async fn login_finish(
Ok(credentials)
}
// [AR] Feature
// This code is modified by AstralRinth
#[tracing::instrument]
pub async fn offline_auth(
name: &str,
@@ -209,7 +209,7 @@ pub async fn offline_auth(
Ok(credentials)
}
// [AR] Feature
// This code is modified by AstralRinth
#[tracing::instrument]
pub async fn elyby_auth(
uuid: Uuid,
@@ -237,7 +237,7 @@ pub async fn elyby_auth(
Ok(credentials)
}
/// [AR] • Feature
// This code is modified by AstralRinth
#[derive(Deserialize, Debug)]
pub enum AccountType {
Unknown,