Skip to content

Commit d6e2476

Browse files
committed
feat: set organiser type to college
1 parent c7288f7 commit d6e2476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/oauth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func OAuth(w http.ResponseWriter, r *http.Request) {
9999
Username: userInfo.Username,
100100
Name: userInfo.Name,
101101
Email: userInfo.Email,
102-
College: "",
102+
College: "IIT Kharagpur",
103103
Type: OAUTH_TYPE_ORGANISER,
104104
IsNewUser: false,
105105
Jwt: jwtString,

0 commit comments

Comments
 (0)