Skip to content

Commit

Permalink
[chore/#928] 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Dec 30, 2024
1 parent d877a36 commit 2302e69
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ class AuthActivity : AppCompatActivity() {
Spacer(modifier = Modifier.height(16.dp))
AuthButton(
paddingVertical = 12.dp,
onClick = {},
onClick = {
// TODO SOPT 회원가입 기능 구현 by leeeyubin
},
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = 20.dp),
Expand Down

0 comments on commit 2302e69

Please sign in to comment.