Skip to content

Commit

Permalink
temporary fix for compilation with latest vlib/veb/ (it has only veb.…
Browse files Browse the repository at this point in the history
…auth, not veb.oauth)
  • Loading branch information
spytheman committed May 6, 2024
1 parent cbf553f commit 5001da5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/github.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ module main
import vweb
import json
import net.http

import veb.oauth
import veb.auth as oauth

struct GitHubUser {
username string @[json: 'login']
Expand Down

0 comments on commit 5001da5

Please sign in to comment.