Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 61c8633

Browse files
committed
Merge pull request #193 from github/fixes/176-login-sticks-around
Fix login dialog not going away after it's done
2 parents 81d6980 + 7ef3a1f commit 61c8633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.App/Controllers/UIController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public UIController(IUIProvider uiProvider, IRepositoryHosts hosts, IExportFacto
121121
machine.Configure(UIViewType.End)
122122
.OnEntryFrom(Trigger.Cancel, () => End(false))
123123
.OnEntryFrom(Trigger.Next, () => End(true))
124+
.OnEntryFrom(Trigger.Finish, () => End(true))
124125
.Permit(Trigger.Next, UIViewType.Finished);
125126

126127
machine.Configure(UIViewType.Finished);

0 commit comments

Comments
 (0)