Skip to content

Commit

Permalink
fix: department 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Feb 27, 2024
1 parent 07ba913 commit 0824334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ data class AuthInfoResponse(
val name: String,
val studentId: String,
val term: String,
val department: String,
)
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class AuthService(
name = signInResponse.name,
studentId = signInResponse.sIdno,
term = signInResponse.semester,
department = signInResponse.department,
)
}

Expand Down

0 comments on commit 0824334

Please sign in to comment.