Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CreateUserLogin/CreateUserLogin/src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static void main(String[] args) {
else {
String enterPassword = password;
System.out.println("Your password is wrong");
System.out.println("Dou you want to reset your password? 1-Yes 2-No");
System.out.println("Dou you want to reset your password? 1-Yes 2-No ");
int choose = input.nextInt();
if(choose == 1){
System.out.println("Your new password shouldn't same with before password and shouldn't wrong.");
Expand Down