Skip to content

Commit 082ba58

Browse files
committed
Made changes to the UI so that it looks better
1 parent 5b17676 commit 082ba58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/screens/user_registration_screen/UserVerificationScreen.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
import java.awt.event.ActionListener;
99

1010
public class UserVerificationScreen implements UserExistsOutputBoundary, ActionListener {
11-
private String verificationCode;
12-
private JTextField verText = new JTextField(20);
11+
private final JTextField verText = new JTextField(20);
1312
private final UserVerificationInputBoundary verificationInputBoundary;
1413

1514
public UserVerificationScreen(UserVerificationInputBoundary verificationInputBoundary) {

0 commit comments

Comments
 (0)