@extends('layouts.librenmsv1') @section('title', __('Edit User')) @section('content')
{{ __('Edit User') }}: {{ $user->username }} {{ method_field('PUT') }} @csrf @include('user.form') @config('twofactor')
@if($twofactor_enabled) @if($twofactor_locked)
@endif
@else

{{ __('No TwoFactor key generated for this user, Nothing to do.') }}

@endif
@endconfig
{{ __('Cancel') }}
@endsection @section('javascript') @endsection