We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf553f commit 5001da5Copy full SHA for 5001da5
src/github.v
@@ -5,8 +5,7 @@ module main
5
import vweb
6
import json
7
import net.http
8
-
9
-import veb.oauth
+import veb.auth as oauth
10
11
struct GitHubUser {
12
username string @[json: 'login']
0 commit comments