промежуточный. проход редактирования учетной записи админом

This commit is contained in:
2025-02-19 00:41:55 +03:00
parent 5046d84b86
commit 7eba13370d
7 changed files with 48 additions and 19 deletions

View File

@@ -64,9 +64,12 @@ public enum ServerCode {
ReplaceDVMPackageResults,
DetectTestsMinMaxDim,
GetUserAccountByKey,
GetUserAccountByEmail;
GetUserAccountByEmail,
EditUserAccount;
public String getDescription(){
switch (this){
case EditUserAccount:
return "Редактирование учётной записи на сервере";
case ReceiveCredentialsDatabase:
return "Скачивание базы учётных записей с сервера";
case GetUserAccountByEmail: