Skip to content

Commit 5001da5

Browse files
committed
temporary fix for compilation with latest vlib/veb/ (it has only veb.auth, not veb.oauth)
1 parent cbf553f commit 5001da5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/github.v

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ module main
55
import vweb
66
import json
77
import net.http
8-
9-
import veb.oauth
8+
import veb.auth as oauth
109

1110
struct GitHubUser {
1211
username string @[json: 'login']

0 commit comments

Comments
 (0)