Skip to content

Commit

Permalink
feat: Add Login Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
wnsgur1 committed Aug 28, 2024
1 parent 99ce043 commit be1a345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/login/src/commonMain/kotlin/login/LoginScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private fun LoginScreen(
)
}
DodamButton(
onClick = { },
onClick = onLoginClick ,
text = "로그인",
enabled = id.isNotBlank() && pw.isNotBlank(),
loading = isLoading,
Expand Down

0 comments on commit be1a345

Please sign in to comment.