JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "popup.blade.php"

Full Path: /home/markqprx/iniasli.pro/resources/views/oauth/popup.blade.php
File size: 416 bytes
MIME-type: text/html
Charset: utf-8

<h1 style="text-align: center">Logging in</h1>

<script>
    let status = "{!! $status !!}";
    let data   = null;

    @if(isset($data) && $data)
        @if(json_decode($data))
            data = {!! $data !!};
        @else
            data = '{!! $data !!}';
        @endif
    @endif

    window.opener.postMessage({status: status, callbackData: data, type: 'social-auth'}, '*');
    window.close();
</script>