@extends('layouts.blank') @section('content')

Verify 2FA Code to continue

@csrf
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if(config('pixelfed.recaptcha'))
{!! Recaptcha::render() !!}
@endif
@endsection