Use shared signed-out page with Ladill Link branding.
Deploy Ladill Link / deploy (push) Successful in 50s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 12:40:12 +00:00
co-authored by Cursor
parent 9516fcb9f3
commit b4ad797c38
3 changed files with 8 additions and 20 deletions
+1 -16
View File
@@ -1,16 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Signed out Ladill Link</title>
@vite(['resources/css/app.css'])
</head>
<body class="flex min-h-screen items-center justify-center bg-slate-100 font-sans antialiased">
<div class="text-center">
<img src="{{ asset('images/logo/ladilllink-logo.svg') }}" alt="Ladill Link" class="mx-auto h-8">
<p class="mt-6 text-slate-600">You have been signed out.</p>
<a href="{{ route('sso.connect') }}" class="mt-4 inline-block text-sm font-medium text-emerald-600 hover:text-emerald-700">Sign in again</a>
</div>
</body>
</html>
@include('auth.signed-out')