mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
feat: add guided login and authlib URL setup
This commit is contained in:
parent
47bc47786a
commit
630a5fabef
10 changed files with 528 additions and 66 deletions
|
|
@ -2011,6 +2011,15 @@ namespace MinecraftClient {
|
|||
return ResourceManager.GetString("Main.General.AuthlibServer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Authlib-injector URL to use for Yggdrasil accounts. It must use http or https and include any required path..
|
||||
/// </summary>
|
||||
internal static string Main_General_AuthServerUrl {
|
||||
get {
|
||||
return ResourceManager.GetString("Main.General.AuthServerUrl", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Yggdrasil authlib multi-user selection..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue