Skip to content

Commit

Permalink
made sure to actually logout the user
Browse files Browse the repository at this point in the history
  • Loading branch information
FePrHPI committed Jun 10, 2024
1 parent 0b39bc0 commit 9aaa3c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ actions
resetCredentials
"Resets the username and token to nil to log out the user."

self
SPBGithubAPI
username: nil;
token: nil.
UserDialogBoxMorph inform: 'Credentials have been reset.' title: 'Logged out'.
UserDialogBoxMorph inform: 'Credentials have been reset.' title: 'Logged out'.
self changed: #close.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"errorEmptyField" : "mcr 8/4/2022 00:36",
"errorUserNotFound" : "mcr 8/4/2022 00:36",
"labelString" : "lo 7/13/2022 19:29",
"resetCredentials" : "Felix Triebel 6/10/2024 09:46",
"resetCredentials" : "FP 6/10/2024 10:10",
"token" : "mcr 8/4/2022 00:13",
"token:" : "lo 7/13/2022 19:26",
"updateToken:" : "mcr 8/4/2022 00:18",
Expand Down

0 comments on commit 9aaa3c8

Please sign in to comment.