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

Join Pixelfed

Enter Your Email

@csrf
@error('email')
{{ $message }}
@enderror
@if((bool) config_cache('captcha.enabled') && (bool) config_cache('captcha.active.register'))
{!! Captcha::display() !!}
@endif
@if ($errors->any())

If you need to resend the email verification, click here.

@endif
@endsection @push('styles') @endpush