Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8c932 commit b66982eCopy full SHA for b66982e
src/views/AuthIn.js
@@ -3,7 +3,7 @@ import {R,X} from '../../node_modules/brutalist-web/r.js';
3
export default function AuthIn(state) {
4
return R`
5
<section class="authin">
6
- <a href=https://github.com/login/oauth/authorize?client_id=d10c47b12243b3cdfd86>Login</a>
+ <a href=https://github.com/login/oauth/authorize?client_id=d10c47b12243b3cdfd86&scope=gist>Login</a>
7
</section>
8
`;
9
}
0 commit comments