카카오 Open API 로그인을 활용하는데 오류가 났다.
Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
검색해보니 context로 getApplicationContext 를 넘기지 말고 Activity를 넘기라고 해서
context 부분을 this@LoginActivity 로 변경해줘서 해결완료
참고 : https://devtalk.kakao.com/t/flag-activity-new-task/111688