Separated laravel app to its own folder (#540)
This commit is contained in:
12
api/resources/views/oauth/callback.blade.php
Normal file
12
api/resources/views/oauth/callback.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ config('app.name') }}</title>
|
||||
<script>
|
||||
window.opener.postMessage({ token: "{{ $token }}" }, "{{ url('/') }}")
|
||||
window.close()
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user