@extends('auth.layout') @section('content')

Scan QR Code

Scan this QR code with your authenticator app, then enter the six-digit code below.

{% if flash.get("error") %}
{{ flash.get("error") }}
{% endif %}

Manual key: {{ secret }}

@endsection