<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="UTF-8">
|
<title>LOGIN-FAIL</title>
|
<link type="text/css" rel="stylesheet" href="/assets/styles/main.css">
|
</head>
|
<body class="full-screen">
|
<div class="withdraw-acc all-wrapper">
|
<h3><i class="os-icon os-icon-cancel-circle"></i></h3>
|
<h4>소셜 연동을 실패했습니다.</h4>
|
<img src="/assets/images/loginlogo.png">
|
</div>
|
<script>
|
alert("이메일 정보를 제공하지 않으면 회원 가입을 할 수 없습니다. 해당 소셜에서 연결 정보를 해제한 후 다시 연동을 진행해주세요.");
|
window.close();
|
</script>
|
</body>
|
</html>
|