@extends('shortener.frame') @section('title') blikk :: auth @stop @section('css') @stop @section('content') @if (isset($message))
{{ $message }}
@endif

{{ __('auth.oauth_error') }}

@if ($errmsg)
{{ __('auth.oauth_error').': '.$errmsg }}
@endif @stop