Lae/resources/views/real_name/failed.blade.php

10 lines
152 B
PHP
Raw Permalink Normal View History

2023-02-10 05:06:42 +00:00
@extends('layouts.app')
@section('content')
<h3>我们不能确定这是你。</h3>
<p>
请尝试重新登录。
</p>
@endsection