@extends('admin.layouts.auth') @section('hide_flash', '1') @section('title','Google OTP 인증') @section('heading', 'Google OTP 인증') @section('subheading', 'Google Authenticator 앱의 6자리 코드를 입력해 주세요.') @section('content')
@csrf
@error('code')
{{ $message }}
@enderror
앱 시간이 틀어지면 코드가 맞아도 실패할 수 있습니다. (휴대폰 시간 자동 설정 권장)
@endsection