@extends('layouts/default') {{-- Page title --}} @section('title') Google @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content') {{ Form::open(['method' => 'POST', 'files' => false, 'autocomplete' => 'off', 'class' => 'form-horizontal', 'role' => 'form' ]) }} {{csrf_field()}}
{{ trans('general.feature_disabled') }}
@endif{{ trans('general.feature_disabled') }}
@endif{{ config('app.url') }}/google/callback
This should be entered as your calback URL in your Google OAuth app settings in your Google admin console.