-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TNT-103] 로그인 구현 #36
[TNT-103] 로그인 구현 #36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! 회원가입도 빠르게 구현해보겠습니다
@Serializable | ||
data class RoleSelection( | ||
val authId: String, | ||
val authType: String, | ||
val email: String, | ||
) : Route | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍👍
navigateToSignup = { loginResult -> | ||
navController.navigateToRoleSelection( | ||
authId = loginResult.authId, | ||
authType = loginResult.authType.name, | ||
email = loginResult.email, | ||
) | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍 감사합니다
📝 작업 내용
📸 실행 화면
Login -> Signup
login.-.signup.mp4
Login -> Home
login.-.home.mp4
🙆🏻 리뷰 요청 사항
👀 레퍼런스