- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcallback.html
More file actions
Latest commit
18 lines (14 loc) · 393 Bytes
/
Copy pathcallback.html
File metadata and controls
18 lines (14 loc) · 393 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<htmllang="en">
<head>
<metahttp-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Callback Handler</title>
<scripttype="text/javascript">
window.opener.controller.authCallback(window.location.hash);
window.close()
</script>
</head>
<body>
</body>
</html>