Skip to content

Commit

Permalink
Update ConnectedUser.java
Browse files Browse the repository at this point in the history
  • Loading branch information
code-irisnk authored Apr 21, 2024
1 parent 6539949 commit c390959
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/java/team/elrant/bubbles/xmpp/ConnectedUser.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,8 @@ public void saveUserToFile(@NotNull String filename, boolean savePassword) {
}
}

public String getPassword(){
return password;
}

/**
* Checks if the user is currently logged in.
* Checks if the user is currently logged in.>>>>>>> main
*
* @return true if the user is logged in, otherwise false.
*/
Expand Down

0 comments on commit c390959

Please sign in to comment.