From e79d6174f8d4fe69394e80c35c4eb086cf66d295 Mon Sep 17 00:00:00 2001 From: Russ Long Date: Fri, 1 May 2026 15:43:43 -0400 Subject: [PATCH] feat: enable OIDC social login in auth views --- .../views/vendor/tablar/auth/login.blade.php | 43 ++++++++++--------- .../vendor/tablar/auth/register.blade.php | 15 +++++++ 2 files changed, 37 insertions(+), 21 deletions(-) diff --git a/resources/views/vendor/tablar/auth/login.blade.php b/resources/views/vendor/tablar/auth/login.blade.php index ce6ddbc..05ffb03 100644 --- a/resources/views/vendor/tablar/auth/login.blade.php +++ b/resources/views/vendor/tablar/auth/login.blade.php @@ -10,6 +10,19 @@

Login to your account

+ + @if (session('status')) + + @endif + + @if (session('error')) + + @endif +
@csrf
@@ -62,28 +75,16 @@
or
diff --git a/resources/views/vendor/tablar/auth/register.blade.php b/resources/views/vendor/tablar/auth/register.blade.php index c2e59ac..d178f8c 100644 --- a/resources/views/vendor/tablar/auth/register.blade.php +++ b/resources/views/vendor/tablar/auth/register.blade.php @@ -76,6 +76,21 @@
+
or
+
+ +
Already have account? Sign in