mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
a96718f7b3
New: Twitter notifications now require a Twitter (see settings for details) Closes #1049
13 lines
292 B
HTML
13 lines
292 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> |