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

Confirm password to continue

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