Skip to content

Commit

Permalink
Added extra message to prevent overlapping login attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed May 19, 2024
1 parent 2e84f71 commit 5576c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project/Views/UserWelcomeWindow.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,10 @@ End
Return True
End If

Self.InitializingMessage.Text = "Finishing login…"
Self.PagePanel1.SelectedPanelIndex = Self.PageInitializing
Self.Collapse()

Self.RedeemOAuth(Code)

Return True
Expand Down

0 comments on commit 5576c6d

Please sign in to comment.