Skip to content

Commit

Permalink
dont reset session
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Nov 25, 2024
1 parent b45bafb commit 42c340c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/lightdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def reset(self):
self.greeter.cancel_authentication()
self.__username = None
self.__password = None
self.__session = None
self.__is_reset = False
self.__password_new = None

Expand Down

0 comments on commit 42c340c

Please sign in to comment.