Skip to content

Commit

Permalink
Merge FeatureResetUserAccount into FeatureLocalBoards
Browse files Browse the repository at this point in the history
  • Loading branch information
FePrHPI committed Jun 13, 2024
2 parents 2d52275 + 9aaa3c8 commit 652ef3e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ buildButtons: aBuilder
model: self;
label: 'Cancel';
action: #actionCancel;
yourself.
aBuilder pluggableButtonSpec new
model: self;
label: 'Logout';
action: #resetCredentials;
yourself}.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
actions
resetCredentials
"Resets the username and token to nil to log out the user."

SPBGithubAPI
username: nil;
token: nil.
UserDialogBoxMorph inform: 'Credentials have been reset.' title: 'Logged out'.
self changed: #close.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"actionCancel" : "mcr 7/4/2022 00:36",
"actionSubmit" : "mcr 8/4/2022 00:25",
"buildButtons:" : "mcr 8/4/2022 00:14",
"buildButtons:" : "Felix Triebel 6/10/2024 09:47",
"buildInputFields:" : "mcr 8/4/2022 00:18",
"buildInputPanel:" : "tk 8/2/2022 23:42",
"buildWith:" : "tk 8/2/2022 23:43",
Expand All @@ -13,6 +13,7 @@
"errorEmptyField" : "mcr 8/4/2022 00:36",
"errorUserNotFound" : "mcr 8/4/2022 00:36",
"labelString" : "lo 7/13/2022 19:29",
"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 652ef3e

Please sign in to comment.