mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-10 01:29:45 +03:00
[FEATURE] Добавление auth в NewLauncherSettings
This commit is contained in:
parent
de19457a5a
commit
cf9f4ebef9
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ public class NewLauncherSettings {
|
||||||
@LauncherAPI
|
@LauncherAPI
|
||||||
public String login;
|
public String login;
|
||||||
@LauncherAPI
|
@LauncherAPI
|
||||||
|
public String auth;
|
||||||
|
@LauncherAPI
|
||||||
public byte[] rsaPassword;
|
public byte[] rsaPassword;
|
||||||
@LauncherAPI
|
@LauncherAPI
|
||||||
public int profile;
|
public int profile;
|
||||||
|
|
Loading…
Reference in a new issue