From 3f81039f961545791499e1f2e344c663955648db Mon Sep 17 00:00:00 2001 From: ryzenixx Date: Sat, 7 Feb 2026 01:00:08 +0100 Subject: [PATCH] docs(ui): simplify skip_oauth bypass instruction --- resources/views/livewire/settings-oauth.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/settings-oauth.blade.php b/resources/views/livewire/settings-oauth.blade.php index 7526c08de..c8fed8daf 100644 --- a/resources/views/livewire/settings-oauth.blade.php +++ b/resources/views/livewire/settings-oauth.blade.php @@ -14,7 +14,7 @@
Custom authentication (OAuth) configurations.
- + @foreach ($oauth_settings_map as $oauth_setting) @if ($oauth_setting['enabled'])