@extends('settings.template') @section('section')

Account Settings


{{Auth::user()->username}}

@csrf

Must be a jpeg or png. Max avatar size:

Delete Profile Photo

@csrf

0/{{config('pixelfed.max_bio_length')}}

Select up to 4 pronouns that will appear on your profile.

@if(config_cache('pixelfed.enforce_account_limit'))

Storage Usage

{{$storage['percentUsed']}}% used {{$storage['usedPretty']}} / {{$storage['limitPretty']}}
@endif
@endsection @push('scripts') @endpush