mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2026-01-30 04:15:59 +00:00
13 lines
229 B
PHP
13 lines
229 B
PHP
<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>
|