Initial commit
This commit is contained in:
12
resources/views/notion/callback.blade.php
Normal file
12
resources/views/notion/callback.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ config('app.name') }}</title>
|
||||
<script>
|
||||
window.opener.postMessage(@json($result), "{{ url('/') }}")
|
||||
window.close()
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user