@extends('layouts.auth') @section('content') @php /** * Second-factor challenge. Reached only while a sign-in is parked: the password was * accepted and no session exists yet, so this posts back to /login — the same door — and * the code is what completes it. * * Mirrors auth/reset.php exactly: .qm-auth-title / .qm-auth-sub / .qm-auth-form, one * .qm-auth-foot below. No new look, because this is the same screen wearing a different * question. */ @endphp
{{ t_raw('auth.two_factor_sub') }}