Init
This commit is contained in:
13
resources/views/oauth.blade.php
Normal file
13
resources/views/oauth.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
<head>
|
||||
<title>{{ config('app.name') }}</title>
|
||||
<script>
|
||||
window.opener.postMessage(JSON.parse('{!! json_encode($message) !!}'), '{{ config("app.frontend_url") }}');
|
||||
window.close();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
{{ __('Redirecting...') }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user