You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently githubAuthButton is a ToolbarButton. Then we call the authCallback function at an interval to determine if the user has successfully authenticated, and if so, to change the button visually to indicate success (i.e. background color to green). I'm sure it would be better to implement this as a ReactWidget where the button itself is responsible for determining the authentication status and changing its own appearance accordingly.
The text was updated successfully, but these errors were encountered:
Currently
githubAuthButton
is aToolbarButton
. Then we call theauthCallback
function at an interval to determine if the user has successfully authenticated, and if so, to change the button visually to indicate success (i.e. background color to green). I'm sure it would be better to implement this as a ReactWidget where the button itself is responsible for determining the authentication status and changing its own appearance accordingly.The text was updated successfully, but these errors were encountered: