docs(ui): simplify skip_oauth bypass instruction

This commit is contained in:
ryzenixx 2026-02-07 01:00:08 +01:00
parent e5381814f1
commit 3f81039f96
No known key found for this signature in database
GPG key ID: FD01B2F0897081CB

View file

@ -14,7 +14,7 @@
<div class="pb-4 ">Custom authentication (OAuth) configurations.</div>
</div>
<div class="mb-5">
<x-forms.select label="Forced OAuth Login" id="oauth_auto_redirect" helper="If selected, users will be automatically redirected to this provider when visiting the login page.<br>To bypass this, use <code>/login?skip_oauth=true</code>.">
<x-forms.select label="Forced OAuth Login" id="oauth_auto_redirect" helper="If selected, users will be automatically redirected to this provider when visiting the login page.<br>To bypass this, use <code>/login?skip_oauth</code>.">
<option value="">None</option>
@foreach ($oauth_settings_map as $oauth_setting)
@if ($oauth_setting['enabled'])