update lavel

pull/4979/head
yann300 3 months ago committed by GitHub
parent 61cf0d200b
commit 08813a4942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      libs/remix-ui/git/src/components/github/devicecode.tsx

@ -81,7 +81,7 @@ export const GetDeviceCode = () => {
<label className="text-uppercase">Connect to GitHub</label>
<button className='btn btn-secondary mt-1 w-100' onClick={async () => {
await getDeviceCodeFromGitHub()
}}><i className="fab fa-github mr-1"></i>Login in with github</button></>
}}><i className="fab fa-github mr-1"></i>Login with GitHub</button></>
}
{gitHubResponse && !authorized &&
<div className="pt-2">

Loading…
Cancel
Save