@if ($errors->any())
@foreach ($errors->all() as $error)
@if(
(config_cache('pixelfed.open_registration') && config('remote-auth.mastodon.enabled')) ||
(config('remote-auth.mastodon.ignore_closed_state') && config('remote-auth.mastodon.enabled'))
)
@endif
@if(config_cache('pixelfed.open_registration'))
Register
@endif