@extends('layouts.app') @section('title', '2FA einrichten') @section('heading', 'Zwei-Faktor-Authentifizierung') @section('content')

Admins müssen 2FA aktivieren. Scannen Sie den QR-Code mit Ihrer Authenticator-App.

{!! $qrSvg !!}

{{ $secret }}

@csrf
@endsection