Deploy Ladill QR Plus / deploy (push) Successful in 28s
Full control center for ticketed events, contributions, attendees, badges, and programmes — not a QR utility clone. Includes SSO shell, import command, and platform cutover runbook. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
577 B
PHP
15 lines
577 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Signed out — Ladill Events</title>
|
|
</head>
|
|
<body class="flex min-h-screen items-center justify-center bg-slate-100 font-sans antialiased">
|
|
<div class="text-center">
|
|
<p class="text-slate-600">You have been signed out of Ladill Events.</p>
|
|
<a href="{{ route('sso.connect') }}" class="mt-4 inline-block text-sm font-medium text-indigo-600 hover:text-indigo-800">Sign in again</a>
|
|
</div>
|
|
</body>
|
|
</html>
|