pull/5000/head
Joseph Izang 4 months ago committed by Aniket
parent 4d2f3ed43a
commit 82ff9b0b7b
  1. 2
      libs/remix-ui/git/src/components/github/devicecode.tsx

@ -73,7 +73,7 @@ export const GetDeviceCode = () => {
<>
{(context.gitHubUser && context.gitHubUser.login) ? null :
<button className='btn btn-secondary mt-1 w-100' onClick={async () => {
getDeviceCodeFromGitHub();
await getDeviceCodeFromGitHub()
}}><i className="fab fa-github mr-1"></i>Login in with github</button>
}
{gitHubResponse && !authorized &&

Loading…
Cancel
Save