You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/web/auth.html

15 lines
342 B
HTML

3 years ago
<!DOCTYPE html>
<head>
<title>Authentication complete</title>
</head>
<body>
<p>Authentication is complete. If this does not happen automatically, please
close the window.
<script>
window.opener.postMessage({
'flutter-web-auth-2': window.location.href
3 years ago
}, window.location.origin);
window.close();
</script>
</body>