From 223ff5e97e67f3203be05cd4172ab4296d6d2594 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 8 May 2023 11:20:26 -0700 Subject: [PATCH] Fixed misplaced div when saml is disabled Signed-off-by: snipe --- resources/views/settings/saml.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/settings/saml.blade.php b/resources/views/settings/saml.blade.php index 125b259134..020124af56 100644 --- a/resources/views/settings/saml.blade.php +++ b/resources/views/settings/saml.blade.php @@ -92,9 +92,10 @@

{{ trans('admin/settings/general.saml_download') }}

+ @endif {!! $errors->first('saml_enabled', '') !!} - +