Files
core/oauth_kakao/oauth_fail.html

13 lines
329 B
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="dark">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=1024" />
<title>OAuth 로그인 실패</title>
</head>
<body>
로그인에 실패하였습니다.
</body>
</html>