<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="UTF-8">
|
<title>CONNECT-SUCCESS</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>
|
opener.parent.location = "/#/dashboards/dashboard";
|
window.close();
|
</script>
|
</body>
|
</html>
|