sign_out_user method implemented

sign_in_up_out
Daniel Zdravkovic 2024-06-10 14:44:55 +02:00
parent 88493290fd
commit 52ed99fc1d
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ public class System {
public void sign_out_user(){ public void sign_out_user(){
this.distances = new ArrayList<>(); this.distances = new ArrayList<>();
current_user = new User();
} }
public boolean change_user_details(String username, String password, String hometown, int zip, public boolean change_user_details(String username, String password, String hometown, int zip,