통합후 사용자에게 표시되는 계정 email로 수정

This commit is contained in:
JSYOO 2021-09-17 10:54:04 +09:00
parent f62f0dc704
commit ae9128fa6c

View File

@ -36,7 +36,7 @@
</head>
<body>
<h1>계정이 통합되었습니다.</h1>
${result.name } ${result.loginUserId }
${result.name } ${result.email }
</body>
</html>