mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 01:42:35 +01:00
14 lines
293 B
HTML
14 lines
293 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OAuth landing page</title>
|
|
<script><!--
|
|
window.opener.onCompleteOauth(window.location.search, function() { window.close(); });
|
|
--></script>
|
|
</head>
|
|
<body>
|
|
Shouldn't see this
|
|
</body>
|
|
</html>
|