Deploy Ladill QR Plus / deploy (push) Failing after 1s
Utility QR types only (URL, WiFi, link list, business, app download) with SSO, Billing API integration, public /q resolver, and qr-plus:import for platform migration. vCard and commerce types stay on the platform. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
579 B
PHP
15 lines
579 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 QR Plus</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 QR Plus.</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>
|