удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -46,7 +46,6 @@ public class EditAccount extends Email {
|
||||
"Подтверждение адреса почты",
|
||||
JOptionPane.INFORMATION_MESSAGE);
|
||||
if (attempt != null) {
|
||||
System.out.println("Введенный код: " + Utils.Brackets(attempt));
|
||||
if (attempt.equals(password)) {
|
||||
UI.Info("Почта успешно подтверждена!");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user